Uses of Class
com.xyrisdev.cloud.arena.model.DuelArena
Packages that use DuelArena
-
Uses of DuelArena in com.xyrisdev.cloud.api.handler.arena
Methods in com.xyrisdev.cloud.api.handler.arena that return DuelArenaModifier and TypeMethodDescriptionLoads a specific arena by its name.Methods in com.xyrisdev.cloud.api.handler.arena that return types with arguments of type DuelArenaModifier and TypeMethodDescriptionArenaAPI.getAllArenas()
Retrieves a list of all arenas.ArenaLoaderAPI.getAllArenas()
Retrieves all available arenas.ArenaAPI.getAllAvailableArenas()
Retrieves a list of all available arenas that are not in use.ArenaAPI.getAvailableArenaByDisplayName
(String kitName, String displayName) Retrieves a list of arenas by their display name and the kit bound to them.ArenaAPI.getAvailableArenasByKit
(String kitName) Retrieves a list of arenas that are available and have the specified kit bound.ArenaLoaderAPI.load()
Loads all available arenas.Methods in com.xyrisdev.cloud.api.handler.arena with parameters of type DuelArenaModifier and TypeMethodDescriptionvoid
ArenaAPI.regenerate
(DuelArena arena) Regenerates a DuelArena using WorldEdit (FAWE).void
Saves a given DuelArena object. -
Uses of DuelArena in com.xyrisdev.cloud.implementation.model
Constructors in com.xyrisdev.cloud.implementation.model with parameters of type DuelArena