Interface ServerStatusRequestEvent
- All Superinterfaces:
Event
Called when a client requests the server list status.
- Since:
- 0.1.0
-
Method Summary
Modifier and TypeMethodDescriptionstatus()Gets the status that will be sent to the requesting client.voidstatus(ServerStatus status) Replaces the status that will be sent to the requesting client.
-
Method Details
-
status
Gets the status that will be sent to the requesting client.- Returns:
- current response status
- Since:
- 0.1.0
-
status
Replaces the status that will be sent to the requesting client.- Parameters:
status- new response status- Since:
- 0.1.0
-