Uses of Enum Class
com.btcvelocity.api.queue.QueueState
Packages that use QueueState
-
Uses of QueueState in com.btcvelocity.api.queue
Methods in com.btcvelocity.api.queue that return QueueStateModifier and TypeMethodDescription@NotNull QueueStateQueue.getState()Returns the current operational state of this queue.static QueueStateReturns the enum constant of this class with the specified name.static QueueState[]QueueState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.btcvelocity.api.queue with parameters of type QueueStateModifier and TypeMethodDescriptionvoidQueue.setState(@NotNull QueueState state) Updates the operational state of this queue.