Class PlaceholderValueProvider
- java.lang.Object
-
- me.hsgamer.topper.spigot.plugin.hook.papi.PlaceholderValueProvider
-
- All Implemented Interfaces:
ValueProvider
public class PlaceholderValueProvider extends Object implements ValueProvider
-
-
Field Summary
-
Fields inherited from interface me.hsgamer.topper.spigot.plugin.holder.provider.ValueProvider
EMPTY
-
-
Constructor Summary
Constructors Constructor Description PlaceholderValueProvider(TopperPlugin plugin, Map<String,Object> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletableFuture<Optional<Double>>
getValue(UUID uuid)
-
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.spigot.plugin.holder.provider.ValueProvider
getDefaultValue
-
-
-
-
Constructor Detail
-
PlaceholderValueProvider
public PlaceholderValueProvider(TopperPlugin plugin, Map<String,Object> map)
-
-
Method Detail
-
getValue
public CompletableFuture<Optional<Double>> getValue(UUID uuid)
- Specified by:
getValue
in interfaceValueProvider
-
-