Uses of Interface
me.hsgamer.hscore.common.StringReplacer
Packages that use StringReplacer
Package
Description
Contains common classes for actions
Contains the implementation of
Action for BukkitContains the utilities for common use
Contains the classes to work with variables
-
Uses of StringReplacer in me.hsgamer.hscore.action.common
Methods in me.hsgamer.hscore.action.common with parameters of type StringReplacerModifier and TypeMethodDescriptionvoidAction.apply(UUID uuid, TaskProcess process, StringReplacer stringReplacer) Apply the action -
Uses of StringReplacer in me.hsgamer.hscore.bukkit.action
Methods in me.hsgamer.hscore.bukkit.action with parameters of type StringReplacerModifier and TypeMethodDescriptionvoidBroadcastAction.apply(UUID uuid, TaskProcess process, StringReplacer stringReplacer) voidCommandAction.apply(UUID uuid, TaskProcess process, StringReplacer stringReplacer) voidConsoleAction.apply(UUID uuid, TaskProcess process, StringReplacer stringReplacer) voidDelayAction.apply(UUID uuid, TaskProcess process, StringReplacer stringReplacer) voidTellAction.apply(UUID uuid, TaskProcess process, StringReplacer 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 -
Uses of StringReplacer in me.hsgamer.hscore.variable
Classes in me.hsgamer.hscore.variable that implement StringReplacerFields in me.hsgamer.hscore.variable declared as StringReplacerMethods in me.hsgamer.hscore.variable that return types with arguments of type StringReplacerModifier and TypeMethodDescriptionVariableManager.getExternalReplacers()Get all external replacersVariableManager.getVariables()Get all variablesMethods in me.hsgamer.hscore.variable with parameters of type StringReplacerModifier and TypeMethodDescriptionvoidVariableManager.addExternalReplacer(StringReplacer replacer) Add an external replacerbooleanVariableBundle.register(String prefix, StringReplacer variable) Register new variablebooleanVariableBundle.register(String prefix, StringReplacer variable, boolean isWhole) Register new variablevoidVariableManager.register(String prefix, StringReplacer variable) Register new variablevoidVariableManager.register(String prefix, StringReplacer variable, boolean isWhole) Register new variablevoidVariableManager.removeExternalReplacer(StringReplacer replacer) Remove an external replacer