Uses of Interface
me.noahvdaa.uqueue.api.util.QueueableServer
Packages that use QueueableServer
-
Uses of QueueableServer in me.noahvdaa.uqueue.api
Methods in me.noahvdaa.uqueue.api that return QueueableServerModifier and TypeMethodDescriptionUQueuePlugin.getServer(net.md_5.bungee.api.config.ServerInfo info)
Returns the QueueableServer object from ServerInfo. -
Uses of QueueableServer in me.noahvdaa.uqueue.api.util
Methods in me.noahvdaa.uqueue.api.util that return QueueableServerModifier and TypeMethodDescriptionQueueablePlayer.getQueuedServer()
Returns the QueueableServer the player is queued for, or null if they aren't queued.Methods in me.noahvdaa.uqueue.api.util with parameters of type QueueableServerModifier and TypeMethodDescriptionvoid
QueueablePlayer.setQueuedServer(QueueableServer server)
Sets the server the player is currently queued for.