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
  • Constructor Details

  • Method Details

    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()
    • getHolder

      public String getHolder()
      Get the name of the holder
      Returns:
      the name of the holder
    • getTop

      public List<Map.Entry<UUID,TimedData>> 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 class org.bukkit.event.Event