Uses of Class
io.github.projectunified.minigamecore.base.Arena
Packages that use Arena
Package
Description
The base classes for creating a minigame project
The classes for creating minigames for Bukkit
Contains the
Event to extend some base classesContains the MineLib implementation of
BukkitArenaContains the simple implementation of
BukkitArenaContains the classes to manage all
ArenaThe implementation classes for
ArenaManagerThe classes for creating standalone minigames
-
Uses of Arena in io.github.projectunified.minigamecore.base
Methods in io.github.projectunified.minigamecore.base with parameters of type ArenaModifier and TypeMethodDescriptiondefault voidHandle the logic of the arena at the end of the state.default voidHandle the logic of the arena at the start of the state.default voidHandle the logic of the arena on the "in-game" tick. -
Uses of Arena in io.github.projectunified.minigamecore.bukkit
Subclasses of Arena in io.github.projectunified.minigamecore.bukkit -
Uses of Arena in io.github.projectunified.minigamecore.bukkit.event
Methods in io.github.projectunified.minigamecore.bukkit.event that return Arena -
Uses of Arena in io.github.projectunified.minigamecore.bukkit.minelib
Subclasses of Arena in io.github.projectunified.minigamecore.bukkit.minelibModifier and TypeClassDescriptionclassThe MineLib implementation ofBukkitArenathat usesTaskto run the arena. -
Uses of Arena in io.github.projectunified.minigamecore.bukkit.simple
Subclasses of Arena in io.github.projectunified.minigamecore.bukkit.simpleModifier and TypeClassDescriptionclassThe simple implementation ofBukkitArenathat usesBukkitTaskto run the arena. -
Uses of Arena in io.github.projectunified.minigamecore.manager
Classes in io.github.projectunified.minigamecore.manager with type parameters of type ArenaModifier and TypeClassDescriptionclassArenaManager<T,A extends Arena & ManagedArena<T>> The manager that handles all arenas -
Uses of Arena in io.github.projectunified.minigamecore.manager.extra
Classes in io.github.projectunified.minigamecore.manager.extra with type parameters of type ArenaModifier and TypeClassDescriptionclassLoadedArenaManager<T,A extends Arena & ManagedArena<T>> TheArenaManagerwith loaded arenas on initialization -
Uses of Arena in io.github.projectunified.minigamecore.standalone
Subclasses of Arena in io.github.projectunified.minigamecore.standalone