Uses of Interface
me.noahvdaa.uqueue.api.util.QueueablePlayer
Packages that use QueueablePlayer
-
Uses of QueueablePlayer in me.noahvdaa.uqueue.api
Methods in me.noahvdaa.uqueue.api that return QueueablePlayerModifier and TypeMethodDescriptionUQueuePlugin.getPlayer(net.md_5.bungee.api.connection.ProxiedPlayer player)Returns the QueueablePlayer object from a ProxiedPlayer. -
Uses of QueueablePlayer in me.noahvdaa.uqueue.api.util
Methods in me.noahvdaa.uqueue.api.util with parameters of type QueueablePlayerModifier and TypeMethodDescriptionvoidQueueableServer.addToQueue(QueueablePlayer player)Queues the specified player.QueueableServer.getCachedPriority(QueueablePlayer player)Get the player's priority level when they joined the queue.QueueableServer.getCurrentPriority(QueueablePlayer player)Get the player's current priority level.QueueableServer.getQueuePosition(QueueablePlayer player)Returns the player's position in the queue or null if they aren't queued for this server.QueueableServer.mayQueue(QueueablePlayer player)Returns true if the specified player is allowed to queue for this server.voidQueueableServer.removeFromQueue(QueueablePlayer player)Un-queues the specified player.