Package me.hsgamer.timedtopper.api.event
Class HolderResetEvent
java.lang.Object
org.bukkit.event.Event
me.hsgamer.timedtopper.api.event.HolderResetEvent
public class HolderResetEvent
extends org.bukkit.event.Event
The event when a holder resets its entries
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.event.HandlerList
org.bukkit.event.HandlerList
Get the name of the holdergetTop()
Get the list of the entries, ordered by the difference of the dataMethods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
HolderResetEvent
-
HolderResetEvent
-
-
Method Details
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList() -
getHolder
Get the name of the holder- Returns:
- the name of the holder
-
getTop
Get the list of the entries, ordered by the difference of the data- Returns:
- the entries
-
getHandlers
public org.bukkit.event.HandlerList getHandlers()- Specified by:
getHandlers
in classorg.bukkit.event.Event
-