Class SubNetworkDisconnectEvent
java.lang.Object
org.spongepowered.api.event.impl.AbstractEvent
net.ME1312.SubServers.Client.Sponge.Event.SubNetworkDisconnectEvent
SubData Network Disconnect Event
-
Field Summary
Fields inherited from class org.spongepowered.api.event.impl.AbstractEvent
currentOrder
-
Constructor Summary
ConstructorDescriptionSubNetworkDisconnectEvent
(DataClient network, DisconnectReason reason) SubData Network Disconnect Event -
Method Summary
Modifier and TypeMethodDescriptiongetCause()
Deprecated.Use simplified methods where availableGet the SubData networkGet the reason the client disconnectedMethods inherited from class org.spongepowered.api.event.impl.AbstractEvent
init
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.spongepowered.api.event.Event
getContext, getSource
-
Constructor Details
-
SubNetworkDisconnectEvent
SubData Network Disconnect Event
-
-
Method Details