Class CloudDuelsAPIImpl
java.lang.Object
com.xyrisdev.cloud.api.implementation.CloudDuelsAPIImpl
- All Implemented Interfaces:
CloudDuelsAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull ArenaAPIarena()Gets the Arena API for managing arenas.@NotNull ArenaLoaderAPIGets the Arena Loader API for loading and saving arenas.@NotNull DuelAPIduel()Gets the Duel API for managing duel matches.@NotNull EventManagerAPIGets the Event Manager API for registering/triggering cloud events.@NotNull KitAPIkit()Gets the Kit API for managing kits.@NotNull LobbyAPIlobby()Gets the Lobby API for managing lobby spawns.@NotNull QueueAPIqueue()Gets the Queue API for managing queues.@NotNull RequestAPIrequest()Gets the Request API for managing duel requests.@NotNull StatsAPIstats()Gets the Stats API for managing player stats.
-
Constructor Details
-
CloudDuelsAPIImpl
public CloudDuelsAPIImpl()
-
-
Method Details
-
arena
Description copied from interface:CloudDuelsAPIGets the Arena API for managing arenas.- Specified by:
arenain interfaceCloudDuelsAPI- Returns:
- The Arena API instance.
-
arenaLoader
Description copied from interface:CloudDuelsAPIGets the Arena Loader API for loading and saving arenas.- Specified by:
arenaLoaderin interfaceCloudDuelsAPI- Returns:
- The Arena Loader API instance.
-
kit
Description copied from interface:CloudDuelsAPIGets the Kit API for managing kits.- Specified by:
kitin interfaceCloudDuelsAPI- Returns:
- The Kit API instance.
-
lobby
Description copied from interface:CloudDuelsAPIGets the Lobby API for managing lobby spawns.- Specified by:
lobbyin interfaceCloudDuelsAPI- Returns:
- The Lobby API instance.
-
duel
Description copied from interface:CloudDuelsAPIGets the Duel API for managing duel matches.- Specified by:
duelin interfaceCloudDuelsAPI- Returns:
- The Duel API instance.
-
queue
Description copied from interface:CloudDuelsAPIGets the Queue API for managing queues.- Specified by:
queuein interfaceCloudDuelsAPI- Returns:
- The Queue API instance.
-
request
Description copied from interface:CloudDuelsAPIGets the Request API for managing duel requests.- Specified by:
requestin interfaceCloudDuelsAPI- Returns:
- The Request API instance.
-
eventManager
Description copied from interface:CloudDuelsAPIGets the Event Manager API for registering/triggering cloud events.- Specified by:
eventManagerin interfaceCloudDuelsAPI- Returns:
- The Event Manager API instance.
-
stats
Description copied from interface:CloudDuelsAPIGets the Stats API for managing player stats.- Specified by:
statsin interfaceCloudDuelsAPI- Returns:
- The Stats API instance.
-