Class BedrockLoginEvent

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

public class BedrockLoginEvent extends BukkitEvent implements EventWithPlayer
Event triggered when a player finishes authentication automatically because it is connecting with a Bedrock account.
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
    BedrockLoginEvent(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

    • BedrockLoginEvent

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

    • getPlayer

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