Uses of Interface
me.hsgamer.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 me.hsgamer.minigamecore.base
Methods in me.hsgamer.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 me.hsgamer.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 me.hsgamer.minigamecore.feature
Classes in me.hsgamer.minigamecore.feature that implement Feature