Class PlaceholderValueProvider
java.lang.Object
me.hsgamer.topper.spigot.value.placeholderapi.PlaceholderValueProvider
- All Implemented Interfaces:
BiConsumer<org.bukkit.OfflinePlayer,,Consumer<me.hsgamer.topper.value.core.ValueWrapper<String>>> me.hsgamer.topper.value.core.ValueProvider<org.bukkit.OfflinePlayer,String>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThenMethods inherited from interface me.hsgamer.topper.value.core.ValueProvider
beforeApply, thenApply
-
Constructor Details
-
PlaceholderValueProvider
-
-
Method Details
-
accept
public void accept(org.bukkit.OfflinePlayer offlinePlayer, Consumer<me.hsgamer.topper.value.core.ValueWrapper<String>> callback) - Specified by:
acceptin interfaceBiConsumer<org.bukkit.OfflinePlayer,Consumer<me.hsgamer.topper.value.core.ValueWrapper<String>>> - Specified by:
acceptin interfaceme.hsgamer.topper.value.core.ValueProvider<org.bukkit.OfflinePlayer,String>
-