Class PremiumLoginEvent

java.lang.Object
com.nickuc.login.api.event.velocity.auth.PremiumLoginEvent
All Implemented Interfaces:
EventWithPlayer

public class PremiumLoginEvent extends Object implements EventWithPlayer
Event triggered when a player finishes authentication automatically via a premium account.
  • Constructor Details

    • PremiumLoginEvent

      public PremiumLoginEvent(com.velocitypowered.api.proxy.Player player)
  • Method Details

    • getPlayer

      public com.velocitypowered.api.proxy.Player getPlayer()
      Returns the player instance.
      Specified by:
      getPlayer in interface EventWithPlayer