Class BedrockLoginEvent

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

public class BedrockLoginEvent extends Object implements EventWithPlayer
Event triggered when a player finishes authentication automatically because it is connecting with a Bedrock account.
  • Constructor Details

    • BedrockLoginEvent

      public BedrockLoginEvent(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