Class ClajEvents.ServerStoppingEvent
java.lang.Object
com.xpdustry.claj.server.ClajEvents.ServerStoppingEvent
- Enclosing class:
ClajEvents
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanWhether the server is still available or not to send packets. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
stillAvailable
public final boolean stillAvailableWhether the server is still available or not to send packets. (timeout)
-
-
Constructor Details
-
ServerStoppingEvent
public ServerStoppingEvent(boolean stillAvailable)
-