Class MiniPlaceholderValueProvider

java.lang.Object
me.hsgamer.topper.spigot.value.miniplaceholders.MiniPlaceholderValueProvider
All Implemented Interfaces:
BiConsumer<org.bukkit.entity.Player,Consumer<me.hsgamer.topper.value.core.ValueWrapper<String>>>, me.hsgamer.topper.value.core.ValueProvider<org.bukkit.entity.Player,String>

public class MiniPlaceholderValueProvider extends Object implements me.hsgamer.topper.value.core.ValueProvider<org.bukkit.entity.Player,String>
  • Constructor Details

    • MiniPlaceholderValueProvider

      public MiniPlaceholderValueProvider(String placeholder)
  • Method Details

    • accept

      public void accept(org.bukkit.entity.Player player, Consumer<me.hsgamer.topper.value.core.ValueWrapper<String>> callback)
      Specified by:
      accept in interface BiConsumer<org.bukkit.entity.Player,Consumer<me.hsgamer.topper.value.core.ValueWrapper<String>>>
      Specified by:
      accept in interface me.hsgamer.topper.value.core.ValueProvider<org.bukkit.entity.Player,String>