Uses of Interface
com.btcvelocity.api.queue.Queue
Packages that use Queue
Package
Description
Provides utilities to handle server information.
-
Uses of Queue in com.btcvelocity.api.queue
Methods in com.btcvelocity.api.queue that return QueueModifier and TypeMethodDescriptionQueueEntry.getQueue()Returns theQueuethat this entry belongs to.@NotNull QueueReturns theQueuefor the given server name, creating it if it does not yet exist.default @Nullable QueueQueueManager.getQueueFor(@NotNull Player player) Returns the queue the given player is currently in, ornullif the player is not queued in any queue.@Nullable QueueQueueManager.getQueueFor(@NotNull UUID uniqueId) Returns the queue the given player is currently in, ornullif the player is not queued in any queue.Methods in com.btcvelocity.api.queue that return types with arguments of type QueueModifier and TypeMethodDescription@NotNull Collection<? extends Queue> QueueManager.getQueues()Returns an immutable snapshot of all managed queues. -
Uses of Queue in com.velocitypowered.api.proxy.server
Methods in com.velocitypowered.api.proxy.server that return Queue