Class MiniPlaceholderValueProvider

java.lang.Object
me.hsgamer.topper.spigot.value.miniplaceholders.MiniPlaceholderValueProvider
All Implemented Interfaces:
Function<org.bukkit.entity.Player,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

    • apply

      @NotNull public @NotNull me.hsgamer.topper.value.core.ValueWrapper<String> apply(@NotNull @NotNull org.bukkit.entity.Player key)
      Specified by:
      apply in interface Function<org.bukkit.entity.Player,me.hsgamer.topper.value.core.ValueWrapper<String>>
      Specified by:
      apply in interface me.hsgamer.topper.value.core.ValueProvider<org.bukkit.entity.Player,String>