Uses of Enum Class
me.internalizable.numdrassl.api.event.cluster.ProxyLeaveClusterEvent.LeaveReason
Packages that use ProxyLeaveClusterEvent.LeaveReason
Package
Description
Events related to cluster state changes.
-
Uses of ProxyLeaveClusterEvent.LeaveReason in me.internalizable.numdrassl.api.event.cluster
Subclasses with type arguments of type ProxyLeaveClusterEvent.LeaveReason in me.internalizable.numdrassl.api.event.clusterModifier and TypeClassDescriptionstatic enumReasons a proxy might leave the cluster.Methods in me.internalizable.numdrassl.api.event.cluster that return ProxyLeaveClusterEvent.LeaveReasonModifier and TypeMethodDescriptionProxyLeaveClusterEvent.getReason()Get the reason the proxy left the cluster.Returns the enum constant of this class with the specified name.static ProxyLeaveClusterEvent.LeaveReason[]ProxyLeaveClusterEvent.LeaveReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in me.internalizable.numdrassl.api.event.cluster with parameters of type ProxyLeaveClusterEvent.LeaveReasonModifierConstructorDescriptionProxyLeaveClusterEvent(ProxyInfo proxyInfo, ProxyLeaveClusterEvent.LeaveReason reason)