Uses of Class
me.hsgamer.minigamecore.bukkit.BukkitArena
Packages that use BukkitArena
Package
Description
Contains the
Event
to extend some base classesContains the MineLib implementation of
BukkitArena
Contains the simple implementation of
BukkitArena
-
Uses of BukkitArena in me.hsgamer.minigamecore.bukkit.event
Constructors in me.hsgamer.minigamecore.bukkit.event with parameters of type BukkitArenaModifierConstructorDescriptionArenaChangeStateEvent
(BukkitArena arena, GameState oldState, GameState newState) Construct the event -
Uses of BukkitArena in me.hsgamer.minigamecore.bukkit.minelib
Subclasses of BukkitArena in me.hsgamer.minigamecore.bukkit.minelibModifier and TypeClassDescriptionclass
The MineLib implementation ofBukkitArena
that usesTask
to run the arena. -
Uses of BukkitArena in me.hsgamer.minigamecore.bukkit.simple
Subclasses of BukkitArena in me.hsgamer.minigamecore.bukkit.simpleModifier and TypeClassDescriptionclass
The simple implementation ofBukkitArena
that usesBukkitTask
to run the arena.