Uses of Interface
io.github.projectunified.minigamecore.base.Feature
Packages that use Feature
Package
Description
The base classes for creating a minigame project
The implementation classes for
Feature
-
Uses of Feature in io.github.projectunified.minigamecore.base
Methods in io.github.projectunified.minigamecore.base with type parameters of type FeatureModifier and TypeMethodDescription<T extends Feature>
TFeatureUnit.getFeature
(Class<T> featureClass) Get the instance of the featureMethods in io.github.projectunified.minigamecore.base that return types with arguments of type FeatureModifier and TypeMethodDescriptionFeatureUnit.getFeatures
(boolean deep) Get all classes of the featuresArena.loadFeatures()
FeatureUnit.loadFeatures()
Load the features -
Uses of Feature in io.github.projectunified.minigamecore.feature
Classes in io.github.projectunified.minigamecore.feature that implement Feature