Uses of Interface
me.hsgamer.hscore.common.StringReplacer
-
Uses of StringReplacer in me.hsgamer.hscore.common
Fields in me.hsgamer.hscore.common declared as StringReplacerModifier and TypeFieldDescriptionstatic final StringReplacerStringReplacer.DUMMYThe dummy replacer that does nothingMethods in me.hsgamer.hscore.common that return StringReplacerModifier and TypeMethodDescriptionstatic @NotNull StringReplacerStringReplacer.combine(@NotNull Collection<? extends StringReplacer> stringReplacers) Combine multiple string replacersstatic @NotNull StringReplacerStringReplacer.combine(@NotNull StringReplacer... stringReplacers) Combine multiple string replacersstatic @NotNull StringReplacerStringReplacer.of(@NotNull BiFunction<String, UUID, String> function) static @NotNull StringReplacerStringReplacer.of(@NotNull UnaryOperator<String> operator) static @NotNull StringReplacerStringReplacer.of(@NotNull UnaryOperator<String> operator, @NotNull BiFunction<String, UUID, String> function) Create a newStringReplacerfrom aUnaryOperatorasreplace(String)and aBiFunctionasreplace(String, UUID)Methods in me.hsgamer.hscore.common with parameters of type StringReplacerModifier and TypeMethodDescriptionstatic @NotNull StringReplacerStringReplacer.combine(@NotNull StringReplacer... stringReplacers) Combine multiple string replacersMethod parameters in me.hsgamer.hscore.common with type arguments of type StringReplacerModifier and TypeMethodDescriptionstatic @NotNull StringReplacerStringReplacer.combine(@NotNull Collection<? extends StringReplacer> stringReplacers) Combine multiple string replacers