Uses of Class
de.marcely.bedwars.api.arena.QueuedCloningArena
Packages that use QueuedCloningArena
-
Uses of QueuedCloningArena in de.marcely.bedwars.api.arena
Methods in de.marcely.bedwars.api.arena that return types with arguments of type QueuedCloningArenaModifier and TypeMethodDescriptionArenaCloningManager.getQueueEntries()
Gets all entries that are enqueued for the cloning process.Methods in de.marcely.bedwars.api.arena with parameters of type QueuedCloningArenaModifier and TypeMethodDescriptionboolean
ArenaCloningManager.addToQueue
(QueuedCloningArena entry) Adds an arena to the queue. -
Uses of QueuedCloningArena in de.marcely.bedwars.api.event.arena
Methods in de.marcely.bedwars.api.event.arena that return types with arguments of type QueuedCloningArenaModifier and TypeMethodDescriptionAsyncArenaCloneQueueEvent.getAddingQueue()
Returns the queue of arenas that are going to be added to the system.Methods in de.marcely.bedwars.api.event.arena with parameters of type QueuedCloningArenaModifier 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.Method parameters in de.marcely.bedwars.api.event.arena with type arguments of type QueuedCloningArenaModifier and TypeMethodDescriptionvoid
AsyncArenaCloneQueueEvent.setAddingQueue
(Queue<QueuedCloningArena> addingQueue) Sets the queue of arenas that are going to be added to the system.Constructor parameters in de.marcely.bedwars.api.event.arena with type arguments of type QueuedCloningArena