Uses of Class
io.github.projectunified.minigamecore.base.FeatureUnit
Packages that use FeatureUnit
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
Contains the classes to manage all
Arena
The implementation classes for
ArenaManager
The classes for creating standalone minigames
-
Uses of FeatureUnit in io.github.projectunified.minigamecore.base
Subclasses of FeatureUnit in io.github.projectunified.minigamecore.baseMethods in io.github.projectunified.minigamecore.base that return FeatureUnitMethods in io.github.projectunified.minigamecore.base that return types with arguments of type FeatureUnitConstructors in io.github.projectunified.minigamecore.base with parameters of type FeatureUnitModifierConstructorDescriptionArena
(FeatureUnit... parent) Create a new arenaFeatureUnit
(FeatureUnit... parent) Create a newFeatureUnit
Constructor parameters in io.github.projectunified.minigamecore.base with type arguments of type FeatureUnitModifierConstructorDescriptionArena
(List<FeatureUnit> parentList) Create a new arenaFeatureUnit
(List<FeatureUnit> parentList) Create a newFeatureUnit
-
Uses of FeatureUnit in io.github.projectunified.minigamecore.bukkit
Subclasses of FeatureUnit in io.github.projectunified.minigamecore.bukkitConstructors in io.github.projectunified.minigamecore.bukkit with parameters of type FeatureUnitConstructor parameters in io.github.projectunified.minigamecore.bukkit with type arguments of type FeatureUnit -
Uses of FeatureUnit in io.github.projectunified.minigamecore.bukkit.minelib
Subclasses of FeatureUnit in io.github.projectunified.minigamecore.bukkit.minelibModifier and TypeClassDescriptionclass
The MineLib implementation ofBukkitArena
that usesTask
to run the arena.Constructors in io.github.projectunified.minigamecore.bukkit.minelib with parameters of type FeatureUnitConstructor parameters in io.github.projectunified.minigamecore.bukkit.minelib with type arguments of type FeatureUnit -
Uses of FeatureUnit in io.github.projectunified.minigamecore.bukkit.simple
Subclasses of FeatureUnit in io.github.projectunified.minigamecore.bukkit.simpleModifier and TypeClassDescriptionclass
The simple implementation ofBukkitArena
that usesBukkitTask
to run the arena.Constructors in io.github.projectunified.minigamecore.bukkit.simple with parameters of type FeatureUnitConstructor parameters in io.github.projectunified.minigamecore.bukkit.simple with type arguments of type FeatureUnit -
Uses of FeatureUnit in io.github.projectunified.minigamecore.manager
Subclasses of FeatureUnit in io.github.projectunified.minigamecore.managerModifier and TypeClassDescriptionclass
ArenaManager<T,
A extends Arena & ManagedArena<T>> The manager that handles all arenasConstructors in io.github.projectunified.minigamecore.manager with parameters of type FeatureUnitConstructor parameters in io.github.projectunified.minigamecore.manager with type arguments of type FeatureUnitModifierConstructorDescriptionArenaManager
(List<FeatureUnit> parentList) Create a new arena manager -
Uses of FeatureUnit in io.github.projectunified.minigamecore.manager.extra
Subclasses of FeatureUnit in io.github.projectunified.minigamecore.manager.extraModifier and TypeClassDescriptionclass
LoadedArenaManager<T,
A extends Arena & ManagedArena<T>> TheArenaManager
with loaded arenas on initializationConstructors in io.github.projectunified.minigamecore.manager.extra with parameters of type FeatureUnitModifierConstructorDescriptionLoadedArenaManager
(FeatureUnit... parent) Create a new arena managerConstructor parameters in io.github.projectunified.minigamecore.manager.extra with type arguments of type FeatureUnitModifierConstructorDescriptionLoadedArenaManager
(List<FeatureUnit> parentList) Create a new arena manager -
Uses of FeatureUnit in io.github.projectunified.minigamecore.standalone
Subclasses of FeatureUnit in io.github.projectunified.minigamecore.standaloneConstructors in io.github.projectunified.minigamecore.standalone with parameters of type FeatureUnitConstructor parameters in io.github.projectunified.minigamecore.standalone with type arguments of type FeatureUnit