Uses of Interface
me.hsgamer.hscore.common.interfaces.StringReplacer
Packages that use StringReplacer
-
Uses of StringReplacer in me.hsgamer.hscore.common.interfaces
Fields in me.hsgamer.hscore.common.interfaces declared as StringReplacerModifier and TypeFieldDescriptionstatic final StringReplacerStringReplacer.DUMMYThe dummy replacer that does nothingMethods in me.hsgamer.hscore.common.interfaces with parameters of type StringReplacerModifier and TypeMethodDescriptionstatic StringStringReplacer.replace(String original, UUID uuid, StringReplacer... stringReplacers) Replace a string based on the unique idMethod parameters in me.hsgamer.hscore.common.interfaces with type arguments of type StringReplacerModifier and TypeMethodDescriptionstatic StringStringReplacer.replace(String original, UUID uuid, Collection<? extends StringReplacer> stringReplacers) Replace a string based on the unique id