Class StatisticValueProvider
java.lang.Object
me.hsgamer.topper.hytale.provider.StatisticValueProvider
- All Implemented Interfaces:
BiConsumer<UUID, Consumer<me.hsgamer.topper.value.core.ValueWrapper<Double>>>, PlayerWorldValueProvider<Double>, me.hsgamer.topper.value.core.ValueProvider<UUID,Double>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(com.hypixel.hytale.server.core.universe.PlayerRef playerRef, com.hypixel.hytale.component.Ref<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> entityRef, com.hypixel.hytale.component.Store<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> entityStore, Consumer<me.hsgamer.topper.value.core.ValueWrapper<Double>> callback) booleanisValid()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThenMethods inherited from interface PlayerWorldValueProvider
acceptMethods inherited from interface me.hsgamer.topper.value.core.ValueProvider
beforeApply, thenApply
-
Constructor Details
-
StatisticValueProvider
-
-
Method Details
-
accept
public void accept(com.hypixel.hytale.server.core.universe.PlayerRef playerRef, com.hypixel.hytale.component.Ref<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> entityRef, com.hypixel.hytale.component.Store<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> entityStore, Consumer<me.hsgamer.topper.value.core.ValueWrapper<Double>> callback) - Specified by:
acceptin interfacePlayerWorldValueProvider<Double>
-
isValid
public boolean isValid()- Specified by:
isValidin interfacePlayerWorldValueProvider<Double>
-