Class LoginRequestChangeEvent
java.lang.Object
org.bukkit.event.Event
com.nickuc.login.api.event.internal.bukkit.BukkitEvent
com.nickuc.login.api.event.internal.bukkit.BukkitLockableNewActionEvent<LoginRequestEvent>
com.nickuc.login.api.event.bukkit.auth.request.LoginRequestChangeEvent
- All Implemented Interfaces:
EventWithPlayer
,LockableNewActionEvent<LoginRequestEvent>
public class LoginRequestChangeEvent
extends BukkitLockableNewActionEvent<LoginRequestEvent>
implements EventWithPlayer
Indicates a new action performed on a
LoginRequestEvent
.
Not available for PROXY
implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result
-
Constructor Summary
ConstructorsConstructorDescriptionLoginRequestChangeEvent
(LoginRequestEvent loginRequestEvent, org.bukkit.plugin.Plugin plugin, LockableEventAction action) -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.entity.Player
Returns the player instance.Methods inherited from class com.nickuc.login.api.event.internal.bukkit.BukkitLockableNewActionEvent
getAction, getEvent, getPlugin
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
-
Constructor Details
-
LoginRequestChangeEvent
public LoginRequestChangeEvent(LoginRequestEvent loginRequestEvent, org.bukkit.plugin.Plugin plugin, LockableEventAction action)
-
-
Method Details
-
getLoginRequestEvent
-
getPlayer
public org.bukkit.entity.Player getPlayer()Returns the player instance.- Specified by:
getPlayer
in interfaceEventWithPlayer
-