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 ServerStatusReturns 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 TypeMethodDescriptionvoidQueueableServer.setStatus(ServerStatus newStatus)Set the status for this server.