Class CloudDuelsAPIImpl
java.lang.Object
com.xyrisdev.cloud.api.implementation.CloudDuelsAPIImpl
- All Implemented Interfaces:
CloudDuelsAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull ArenaAPI
arena()
Gets the Arena API for managing arenas.@NotNull ArenaLoaderAPI
Gets the Arena Loader API for loading and saving arenas.@NotNull DuelAPI
duel()
Gets the Duel API for managing duel matches.@NotNull EventManagerAPI
Gets the Event Manager API for registering/triggering cloud events.@NotNull KitAPI
kit()
Gets the Kit API for managing kits.@NotNull LobbyAPI
lobby()
Gets the Lobby API for managing lobby spawns.@NotNull QueueAPI
queue()
Gets the Queue API for managing queues.@NotNull RequestAPI
request()
Gets the Request API for managing duel requests.@NotNull StatsAPI
stats()
Gets the Stats API for managing player stats.
-
Constructor Details
-
CloudDuelsAPIImpl
public CloudDuelsAPIImpl()
-
-
Method Details
-
arena
Description copied from interface:CloudDuelsAPI
Gets the Arena API for managing arenas.- Specified by:
arena
in interfaceCloudDuelsAPI
- Returns:
- The Arena API instance.
-
arenaLoader
Description copied from interface:CloudDuelsAPI
Gets the Arena Loader API for loading and saving arenas.- Specified by:
arenaLoader
in interfaceCloudDuelsAPI
- Returns:
- The Arena Loader API instance.
-
kit
Description copied from interface:CloudDuelsAPI
Gets the Kit API for managing kits.- Specified by:
kit
in interfaceCloudDuelsAPI
- Returns:
- The Kit API instance.
-
lobby
Description copied from interface:CloudDuelsAPI
Gets the Lobby API for managing lobby spawns.- Specified by:
lobby
in interfaceCloudDuelsAPI
- Returns:
- The Lobby API instance.
-
duel
Description copied from interface:CloudDuelsAPI
Gets the Duel API for managing duel matches.- Specified by:
duel
in interfaceCloudDuelsAPI
- Returns:
- The Duel API instance.
-
queue
Description copied from interface:CloudDuelsAPI
Gets the Queue API for managing queues.- Specified by:
queue
in interfaceCloudDuelsAPI
- Returns:
- The Queue API instance.
-
request
Description copied from interface:CloudDuelsAPI
Gets the Request API for managing duel requests.- Specified by:
request
in interfaceCloudDuelsAPI
- Returns:
- The Request API instance.
-
eventManager
Description copied from interface:CloudDuelsAPI
Gets the Event Manager API for registering/triggering cloud events.- Specified by:
eventManager
in interfaceCloudDuelsAPI
- Returns:
- The Event Manager API instance.
-
stats
Description copied from interface:CloudDuelsAPI
Gets the Stats API for managing player stats.- Specified by:
stats
in interfaceCloudDuelsAPI
- Returns:
- The Stats API instance.
-