Class GenericEntryUpdateEvent

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

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

    • GenericEntryUpdateEvent

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

    • getHandlerList

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

      public String getGroup()
      Deprecated.
    • getHolder

      public String getHolder()
      Deprecated.
    • getUuid

      public UUID getUuid()
      Deprecated.
    • getOldValue

      @Nullable public @Nullable Double getOldValue()
      Deprecated.
    • getValue

      @Nullable public @Nullable Double getValue()
      Deprecated.
    • getHandlers

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