Class GenericEntryUpdateEvent
- java.lang.Object
-
- org.bukkit.event.Event
-
- me.hsgamer.topper.spigot.plugin.event.GenericEntryUpdateEvent
-
public class GenericEntryUpdateEvent extends org.bukkit.event.Event
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_GROUP
-
Constructor Summary
Constructors Constructor Description GenericEntryUpdateEvent(String group, String holder, UUID uuid, @Nullable Double value, boolean async)
GenericEntryUpdateEvent(String holder, UUID uuid, @Nullable Double value, boolean async)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGroup()
static org.bukkit.event.HandlerList
getHandlerList()
org.bukkit.event.HandlerList
getHandlers()
String
getHolder()
UUID
getUuid()
@Nullable Double
getValue()
-
-
-
Field Detail
-
DEFAULT_GROUP
public static final String DEFAULT_GROUP
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList()
-
getGroup
public String getGroup()
-
getHolder
public String getHolder()
-
getUuid
public UUID getUuid()
-
getValue
@Nullable public @Nullable Double getValue()
-
getHandlers
public org.bukkit.event.HandlerList getHandlers()
- Specified by:
getHandlers
in classorg.bukkit.event.Event
-
-