Class PremiumLoginEvent

java.lang.Object
org.bukkit.event.Event
com.nickuc.login.api.event.internal.bukkit.BukkitEvent
com.nickuc.login.api.event.bukkit.auth.PremiumLoginEvent
All Implemented Interfaces:
EventWithPlayer

public class PremiumLoginEvent extends BukkitEvent implements EventWithPlayer
Event triggered when a player finishes authentication automatically via a premium account.
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
    PremiumLoginEvent(org.bukkit.entity.Player player)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.entity.Player
    Returns the player instance.

    Methods inherited from class com.nickuc.login.api.event.internal.bukkit.BukkitEvent

    getHandlerList, getHandlers

    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

    • PremiumLoginEvent

      public PremiumLoginEvent(org.bukkit.entity.Player player)
  • Method Details

    • getPlayer

      public org.bukkit.entity.Player getPlayer()
      Returns the player instance.
      Specified by:
      getPlayer in interface EventWithPlayer