Uses of Interface
io.github.projectunified.minigamecore.base.Initializer
Packages that use Initializer
Package
Description
The base classes for creating a minigame project
The classes for creating minigames for Bukkit
Contains the MineLib implementation of
BukkitArena
Contains the simple implementation of
BukkitArena
The implementation classes for
Feature
Contains the classes to manage all
Arena
The implementation classes for
ArenaManager
The classes for creating standalone minigames
-
Uses of Initializer in io.github.projectunified.minigamecore.base
Subinterfaces of Initializer in io.github.projectunified.minigamecore.baseModifier and TypeInterfaceDescriptioninterface
The feature of the arenainterface
The game state, also known as the phase of the gameClasses in io.github.projectunified.minigamecore.base that implement InitializerModifier and TypeClassDescriptionclass
The arena.class
-
Uses of Initializer in io.github.projectunified.minigamecore.bukkit
Classes in io.github.projectunified.minigamecore.bukkit that implement Initializer -
Uses of Initializer in io.github.projectunified.minigamecore.bukkit.minelib
Classes in io.github.projectunified.minigamecore.bukkit.minelib that implement InitializerModifier and TypeClassDescriptionclass
The MineLib implementation ofBukkitArena
that usesTask
to run the arena. -
Uses of Initializer in io.github.projectunified.minigamecore.bukkit.simple
Classes in io.github.projectunified.minigamecore.bukkit.simple that implement InitializerModifier and TypeClassDescriptionclass
The simple implementation ofBukkitArena
that usesBukkitTask
to run the arena. -
Uses of Initializer in io.github.projectunified.minigamecore.feature
Classes in io.github.projectunified.minigamecore.feature that implement Initializer -
Uses of Initializer in io.github.projectunified.minigamecore.manager
Classes in io.github.projectunified.minigamecore.manager that implement InitializerModifier and TypeClassDescriptionclass
ArenaManager<T,
A extends Arena & ManagedArena<T>> The manager that handles all arenas -
Uses of Initializer in io.github.projectunified.minigamecore.manager.extra
Classes in io.github.projectunified.minigamecore.manager.extra that implement InitializerModifier and TypeClassDescriptionclass
LoadedArenaManager<T,
A extends Arena & ManagedArena<T>> TheArenaManager
with loaded arenas on initialization -
Uses of Initializer in io.github.projectunified.minigamecore.standalone
Classes in io.github.projectunified.minigamecore.standalone that implement Initializer