Class GenericEntryUpdateEvent

java.lang.Object
org.bukkit.event.Event
me.hsgamer.topper.spigot.plugin.event.GenericEntryUpdateEvent

public class GenericEntryUpdateEvent extends org.bukkit.event.Event
  • Constructor Details

    • GenericEntryUpdateEvent

      public GenericEntryUpdateEvent(String group, String holder, UUID uuid, @Nullable @Nullable Double oldValue, @Nullable @Nullable Double value, boolean async)
  • Method Details

    • getHandlerList

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

      public String getGroup()
    • getHolder

      public String getHolder()
    • getUuid

      public UUID getUuid()
    • getOldValue

      @Nullable public @Nullable Double getOldValue()
    • getValue

      @Nullable public @Nullable Double getValue()
    • getHandlers

      public org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event