Class GSAuthLoginReminderEvent

java.lang.Object
org.bukkit.event.Event
com.gamersafer.minecraft.auth.paper.event.GSAuthEvent
com.gamersafer.minecraft.auth.paper.event.GSAuthLoginReminderEvent

public class GSAuthLoginReminderEvent extends GSAuthEvent
Fired when a user is reminded to authenticate themselves
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    org.bukkit.event.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    GSAuthLoginReminderEvent(org.bukkit.entity.Player player, UUID uuid)
    Creates a new GSAuthLoginReminderEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.event.HandlerList
    Static getter for the handler list
    org.bukkit.event.HandlerList
     

    Methods inherited from class com.gamersafer.minecraft.auth.paper.event.GSAuthEvent

    getPlayer, getUuid

    Methods inherited from class org.bukkit.event.Event

    callEvent, getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GSAuthLoginReminderEvent

      public GSAuthLoginReminderEvent(org.bukkit.entity.Player player, UUID uuid)
      Creates a new GSAuthLoginReminderEvent
      Parameters:
      player - the reminded player
      uuid - the UUID of the reminded player
  • Method Details

    • getHandlers

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

      public static org.bukkit.event.HandlerList getHandlerList()
      Static getter for the handler list
      Returns:
      the handler list