Class MiniPlaceholderValueProvider
java.lang.Object
me.hsgamer.topper.spigot.value.miniplaceholders.MiniPlaceholderValueProvider
- All Implemented Interfaces:
Function<org.bukkit.entity.Player,
,ValueWrapper<String>> ValueProvider<org.bukkit.entity.Player,
String>
public class MiniPlaceholderValueProvider
extends Object
implements ValueProvider<org.bukkit.entity.Player,String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull 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
keyMapper, thenApply
-
Constructor Details
-
MiniPlaceholderValueProvider
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<org.bukkit.entity.Player,
ValueWrapper<String>> - Specified by:
apply
in interfaceValueProvider<org.bukkit.entity.Player,
String>
-