Uses of Class
io.github.projectunified.minigamecore.bukkit.BukkitArena
Packages that use BukkitArena
Package
Description
Contains the
Event to extend some base classesContains the MineLib implementation of
BukkitArenaContains the simple implementation of
BukkitArena-
Uses of BukkitArena in io.github.projectunified.minigamecore.bukkit.event
Constructors in io.github.projectunified.minigamecore.bukkit.event with parameters of type BukkitArenaModifierConstructorDescriptionArenaChangeStateEvent(BukkitArena arena, GameState oldState, GameState newState) Construct the event -
Uses of BukkitArena in io.github.projectunified.minigamecore.bukkit.minelib
Subclasses of BukkitArena in io.github.projectunified.minigamecore.bukkit.minelibModifier and TypeClassDescriptionclassThe MineLib implementation ofBukkitArenathat usesTaskto run the arena. -
Uses of BukkitArena in io.github.projectunified.minigamecore.bukkit.simple
Subclasses of BukkitArena in io.github.projectunified.minigamecore.bukkit.simpleModifier and TypeClassDescriptionclassThe simple implementation ofBukkitArenathat usesBukkitTaskto run the arena.