Uses of Class
de.marcely.bedwars.api.arena.QueuedCloningArena
-
Uses of QueuedCloningArena in de.marcely.bedwars.api.arena
Modifier and TypeMethodDescriptionArenaCloningManager.getQueueEntries()
Gets all entries that are enqueued for the cloning process.Modifier and TypeMethodDescriptionboolean
ArenaCloningManager.addToQueue
(QueuedCloningArena entry) Adds an arena to the queue. -
Uses of QueuedCloningArena in de.marcely.bedwars.api.event.arena
Modifier and TypeMethodDescriptionAsyncArenaCloneQueueEvent.getAddingQueue()
Returns the queue of arenas that are going to be added to the system.Modifier and TypeMethodDescriptionvoid
AsyncArenaCloneQueueEvent.addToAddingQueue
(QueuedCloningArena arena) Adds an arena to the end of queue of arenas that are going to be added to the system.boolean
AsyncArenaCloneQueueEvent.removeFromAddingQueue
(QueuedCloningArena arena) Removes a single arena from the queue of arenas that are going to be added to the system.Modifier and TypeMethodDescriptionvoid
AsyncArenaCloneQueueEvent.setAddingQueue
(Queue<QueuedCloningArena> addingQueue) Sets the queue of arenas that are going to be added to the system.