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
BukkitArena
Contains the simple implementation of
BukkitArena
Contains the classes to manage all
Arena
The implementation classes for
ArenaManager
The 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 void
Handle the logic of the arena at the end of the state.default void
Handle the logic of the arena at the start of the state.default void
Handle 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 TypeClassDescriptionclass
The MineLib implementation ofBukkitArena
that usesTask
to run the arena. -
Uses of Arena in io.github.projectunified.minigamecore.bukkit.simple
Subclasses of Arena in io.github.projectunified.minigamecore.bukkit.simpleModifier and TypeClassDescriptionclass
The simple implementation ofBukkitArena
that usesBukkitTask
to 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 TypeClassDescriptionclass
ArenaManager<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 TypeClassDescriptionclass
LoadedArenaManager<T,
A extends Arena & ManagedArena<T>> TheArenaManager
with loaded arenas on initialization -
Uses of Arena in io.github.projectunified.minigamecore.standalone
Subclasses of Arena in io.github.projectunified.minigamecore.standalone