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