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
BukkitArenaContains the simple implementation of
BukkitArenaThe implementation classes for
FeatureContains the classes to manage all
ArenaThe implementation classes for
ArenaManagerThe classes for creating standalone minigames
-
Uses of Initializer in io.github.projectunified.minigamecore.base
Subinterfaces of Initializer in io.github.projectunified.minigamecore.baseModifier and TypeInterfaceDescriptioninterfaceThe feature of the arenainterfaceThe game state, also known as the phase of the gameClasses in io.github.projectunified.minigamecore.base that implement InitializerModifier and TypeClassDescriptionclassThe 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 TypeClassDescriptionclassThe MineLib implementation ofBukkitArenathat usesTaskto 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 TypeClassDescriptionclassThe simple implementation ofBukkitArenathat usesBukkitTaskto 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 TypeClassDescriptionclassArenaManager<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 TypeClassDescriptionclassLoadedArenaManager<T,A extends Arena & ManagedArena<T>> TheArenaManagerwith loaded arenas on initialization -
Uses of Initializer in io.github.projectunified.minigamecore.standalone
Classes in io.github.projectunified.minigamecore.standalone that implement Initializer