Uses of Enum Class
me.internalizable.numdrassl.api.event.connection.DisconnectEvent.DisconnectReason
Packages that use DisconnectEvent.DisconnectReason
-
Uses of DisconnectEvent.DisconnectReason in me.internalizable.numdrassl.api.event.connection
Subclasses with type arguments of type DisconnectEvent.DisconnectReason in me.internalizable.numdrassl.api.event.connectionModifier and TypeClassDescriptionstatic enumReasons for a player disconnection.Methods in me.internalizable.numdrassl.api.event.connection that return DisconnectEvent.DisconnectReasonModifier and TypeMethodDescriptionDisconnectEvent.getReason()Get the reason for the disconnection.Returns the enum constant of this class with the specified name.static DisconnectEvent.DisconnectReason[]DisconnectEvent.DisconnectReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in me.internalizable.numdrassl.api.event.connection with parameters of type DisconnectEvent.DisconnectReasonModifierConstructorDescriptionDisconnectEvent(Player player, DisconnectEvent.DisconnectReason reason)