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