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 Summary
Constructors
-
Method Summary
@NotNull me.hsgamer.topper.value.core.ValueWrapper<String>
apply(@NotNull org.bukkit.entity.Player key)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.hsgamer.topper.value.core.ValueProvider
beforeApply, thenApply
-
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>