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 implementation of 
ItemModifier for ItemStackContains the utilities for common use
Contains the classes to work with Minecraft items
Contains the classes to work with variables
- 
Uses of StringReplacer in me.hsgamer.hscore.action.commonMethods 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.actionMethods 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.bukkit.item.modifierMethods in me.hsgamer.hscore.bukkit.item.modifier with parameters of type StringReplacerModifier and TypeMethodDescriptionbooleanAmountModifier.compare(@NotNull org.bukkit.inventory.ItemStack item, UUID uuid, @NotNull StringReplacer stringReplacer) booleanDurabilityModifier.compare(@NotNull org.bukkit.inventory.ItemStack item, UUID uuid, @NotNull StringReplacer stringReplacer) booleanEnchantmentModifier.compare(@NotNull org.bukkit.inventory.meta.ItemMeta meta, @Nullable UUID uuid, @NotNull StringReplacer stringReplacer) booleanItemFlagModifier.compare(@NotNull org.bukkit.inventory.meta.ItemMeta meta, @Nullable UUID uuid, @NotNull StringReplacer stringReplacer) default booleanItemMetaComparator.compare(@NotNull org.bukkit.inventory.ItemStack item, @Nullable UUID uuid, @NotNull StringReplacer stringReplacer) booleanItemMetaComparator.compare(@NotNull org.bukkit.inventory.meta.ItemMeta meta, @Nullable UUID uuid, @NotNull StringReplacer stringReplacer) Compare the modifier of an item metabooleanLoreModifier.compare(@NotNull org.bukkit.inventory.meta.ItemMeta meta, @Nullable UUID uuid, @NotNull StringReplacer stringReplacer) booleanMaterialModifier.compare(@NotNull org.bukkit.inventory.ItemStack item, UUID uuid, @NotNull StringReplacer stringReplacer) booleanNameModifier.compare(@NotNull org.bukkit.inventory.meta.ItemMeta meta, @Nullable UUID uuid, @NotNull StringReplacer stringReplacer) booleanPotionEffectModifier.compare(@NotNull org.bukkit.inventory.meta.ItemMeta meta, @Nullable UUID uuid, @NotNull StringReplacer stringReplacer) @NotNull org.bukkit.inventory.ItemStackAmountModifier.modify(@NotNull org.bukkit.inventory.ItemStack original, UUID uuid, @NotNull StringReplacer stringReplacer) @NotNull org.bukkit.inventory.ItemStackDurabilityModifier.modify(@NotNull org.bukkit.inventory.ItemStack original, UUID uuid, @NotNull StringReplacer stringReplacer) default @NotNull org.bukkit.inventory.ItemStackItemMetaModifier.modify(@NotNull org.bukkit.inventory.ItemStack original, @Nullable UUID uuid, @NotNull StringReplacer stringReplacer) @NotNull org.bukkit.inventory.ItemStackMaterialModifier.modify(@NotNull org.bukkit.inventory.ItemStack original, UUID uuid, @NotNull StringReplacer stringReplacer) @NotNull org.bukkit.inventory.meta.ItemMetaEnchantmentModifier.modifyMeta(@NotNull org.bukkit.inventory.meta.ItemMeta meta, @Nullable UUID uuid, @NotNull StringReplacer stringReplacer) @NotNull org.bukkit.inventory.meta.ItemMetaItemFlagModifier.modifyMeta(@NotNull org.bukkit.inventory.meta.ItemMeta meta, @Nullable UUID uuid, @NotNull StringReplacer stringReplacer) @NotNull org.bukkit.inventory.meta.ItemMetaItemMetaModifier.modifyMeta(@NotNull org.bukkit.inventory.meta.ItemMeta meta, @Nullable UUID uuid, @NotNull StringReplacer stringReplacer) Modify the item meta@NotNull org.bukkit.inventory.meta.ItemMetaLoreModifier.modifyMeta(@NotNull org.bukkit.inventory.meta.ItemMeta meta, @Nullable UUID uuid, @NotNull StringReplacer stringReplacer) @NotNull org.bukkit.inventory.meta.ItemMetaNameModifier.modifyMeta(@NotNull org.bukkit.inventory.meta.ItemMeta meta, @Nullable UUID uuid, @NotNull StringReplacer stringReplacer) @NotNull org.bukkit.inventory.meta.ItemMetaPotionEffectModifier.modifyMeta(@NotNull org.bukkit.inventory.meta.ItemMeta meta, @Nullable UUID uuid, @NotNull StringReplacer stringReplacer) 
- 
Uses of StringReplacer in me.hsgamer.hscore.commonFields 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.minecraft.itemMethods in me.hsgamer.hscore.minecraft.item that return types with arguments of type StringReplacerModifier and TypeMethodDescriptionItemBuilder.getStringReplacers()Get the list of string replacersMethods in me.hsgamer.hscore.minecraft.item with parameters of type StringReplacerModifier and TypeMethodDescriptionItemBuilder.addStringReplacer(StringReplacer replacer) Add a string replacerbooleanItemComparator.compare(T item, @Nullable UUID uuid, StringReplacer stringReplacer) Compare the modifier of an itemItemModifier.modify(T original, @Nullable UUID uuid, @NotNull StringReplacer stringReplacer) Modify the itemItemBuilder.removeStringReplacer(StringReplacer replacer) Remove a string replacer
- 
Uses of StringReplacer in me.hsgamer.hscore.variableClasses 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