public class LoginRequestEvent extends BukkitLockableEvent implements EventWithPlayer
Read-only for PROXY
implementations.
Constructor and Description |
---|
LoginRequestEvent(org.bukkit.entity.Player player) |
Modifier and Type | Method and Description |
---|---|
protected LoginRequestChangeEvent |
createNewActionEvent(org.bukkit.plugin.Plugin owner,
LockableEventAction action) |
org.bukkit.entity.Player |
getPlayer()
Returns the player instance.
|
protected void |
internalCall(int id) |
callEvt, count, getLock, lock, unlock
isCancelled, setCancelled
getHandlerList, getHandlers
protected LoginRequestChangeEvent createNewActionEvent(org.bukkit.plugin.Plugin owner, LockableEventAction action)
createNewActionEvent
in class BukkitLockableEvent
protected void internalCall(int id)
internalCall
in class BukkitLockableEvent
public org.bukkit.entity.Player getPlayer()
getPlayer
in interface EventWithPlayer