Class LoginRequestChangeEvent
java.lang.Object
com.nickuc.login.api.event.internal.velocity.VelocityLockableNewActionEvent<LoginRequestEvent>
com.nickuc.login.api.event.velocity.auth.request.LoginRequestChangeEvent
- All Implemented Interfaces:
EventWithPlayer
,LockableNewActionEvent<LoginRequestEvent>
public class LoginRequestChangeEvent
extends VelocityLockableNewActionEvent<LoginRequestEvent>
implements EventWithPlayer
Indicates a new action performed on a
LoginRequestEvent
.
Not available for PROXY
implementations.
-
Constructor Summary
ConstructorsConstructorDescriptionLoginRequestChangeEvent
(LoginRequestEvent loginRequestEvent, Object plugin, LockableEventAction action) -
Method Summary
Modifier and TypeMethodDescriptioncom.velocitypowered.api.proxy.Player
Returns the player instance.Methods inherited from class com.nickuc.login.api.event.internal.velocity.VelocityLockableNewActionEvent
getAction, getEvent, getPlugin
-
Constructor Details
-
LoginRequestChangeEvent
public LoginRequestChangeEvent(LoginRequestEvent loginRequestEvent, Object plugin, LockableEventAction action)
-
-
Method Details
-
getLoginRequestEvent
-
getPlayer
public com.velocitypowered.api.proxy.Player getPlayer()Returns the player instance.- Specified by:
getPlayer
in interfaceEventWithPlayer
-