Class NumberTopHolder
- java.lang.Object
-
- me.hsgamer.topper.core.DataHolder<K,V>
-
- me.hsgamer.topper.agent.holder.AgentDataHolder<UUID,Double>
-
- me.hsgamer.topper.spigot.plugin.holder.NumberTopHolder
-
public class NumberTopHolder extends AgentDataHolder<UUID,Double>
-
-
Constructor Summary
Constructors Constructor Description NumberTopHolder(TopperPlugin instance, String name, Map<String,Object> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getDefaultValue()
SnapshotAgent<UUID,Double>
getSnapshotAgent()
StorageAgent<UUID,Double>
getStorageAgent()
UpdateAgent<UUID,Double>
getUpdateAgent()
ValueDisplay
getValueDisplay()
-
Methods inherited from class me.hsgamer.topper.agent.holder.AgentDataHolder
addAgent, onCreate, onRemove, onUpdate, register, removeAgent, unregister
-
Methods inherited from class me.hsgamer.topper.core.DataHolder
clear, getEntry, getEntryMap, getName, getOrCreateEntry, removeEntry
-
-
-
-
Constructor Detail
-
NumberTopHolder
public NumberTopHolder(TopperPlugin instance, String name, Map<String,Object> map)
-
-
Method Detail
-
getDefaultValue
public Double getDefaultValue()
- Overrides:
getDefaultValue
in classDataHolder<UUID,Double>
-
getStorageAgent
public StorageAgent<UUID,Double> getStorageAgent()
-
getUpdateAgent
public UpdateAgent<UUID,Double> getUpdateAgent()
-
getSnapshotAgent
public SnapshotAgent<UUID,Double> getSnapshotAgent()
-
getValueDisplay
public ValueDisplay getValueDisplay()
-
-