Uses of Enum Class
me.noahvdaa.uqueue.api.util.ServerStatus
Packages that use ServerStatus
-
Uses of ServerStatus in me.noahvdaa.uqueue.api.util
Methods in me.noahvdaa.uqueue.api.util that return ServerStatusModifier and TypeMethodDescriptionQueueableServer.getStatus()
Returns the server's current status or null if it hasn't been pinged yet.static ServerStatus
Returns the enum constant of this class with the specified name.static ServerStatus[]
ServerStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in me.noahvdaa.uqueue.api.util with parameters of type ServerStatusModifier and TypeMethodDescriptionvoid
QueueableServer.setStatus(ServerStatus newStatus)
Set the status for this server.