Uses of Enum
com.mrivanplays.ivancord.api.event.LoginCancelledEvent.CancelReason
-
Uses of LoginCancelledEvent.CancelReason in com.mrivanplays.ivancord.api.event
Modifier and TypeMethodDescriptionLoginCancelledEvent.getCancelReason()
The reason of which the event was being triggeredReturns the enum constant of this type with the specified name.static LoginCancelledEvent.CancelReason[]
LoginCancelledEvent.CancelReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionLoginCancelledEvent
(PendingConnection connection, LoginCancelledEvent.CancelReason cancelReason)