Uses of Class
de.marcely.bedwars.api.arena.QueuedCloningArena
Packages that use QueuedCloningArena
- 
Uses of QueuedCloningArena in de.marcely.bedwars.api.arenaMethods 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 TypeMethodDescriptionbooleanArenaCloningManager.addToQueue(QueuedCloningArena entry) Adds an arena to the queue.
- 
Uses of QueuedCloningArena in de.marcely.bedwars.api.event.arenaMethods 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 TypeMethodDescriptionvoidAsyncArenaCloneQueueEvent.addToAddingQueue(QueuedCloningArena arena) Adds an arena to the end of queue of arenas that are going to be added to the system.booleanAsyncArenaCloneQueueEvent.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 TypeMethodDescriptionvoidAsyncArenaCloneQueueEvent.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