Uses of Class
ovh.mythmc.gestalt.Gestalt
Packages that use Gestalt
Package
Description
-
Uses of Gestalt in ovh.mythmc.gestalt
Methods in ovh.mythmc.gestalt that return GestaltModifier and TypeMethodDescriptionstatic GestaltGestalt.get()Returns the globally activeGestaltinstance.static @NotNull GestaltGestaltSupplier.get()Returns the activeGestaltinstance.Methods in ovh.mythmc.gestalt with parameters of type Gestalt -
Uses of Gestalt in ovh.mythmc.gestalt.annotations
Constructors in ovh.mythmc.gestalt.annotations with parameters of type GestaltModifierConstructorDescriptionFeatureListenerProcessor(@NotNull Gestalt gestalt) Constructs a newFeatureListenerProcessorfor the givenGestaltinstance. -
Uses of Gestalt in ovh.mythmc.gestalt.annotations.conditions
Constructors in ovh.mythmc.gestalt.annotations.conditions with parameters of type GestaltModifierConstructorDescriptionFeatureConditionProcessor(@NotNull Gestalt gestalt) Constructs a newFeatureConditionProcessorfor the givenGestaltinstance. -
Uses of Gestalt in ovh.mythmc.gestalt.features
Constructors in ovh.mythmc.gestalt.features with parameters of type GestaltModifierConstructorDescriptionFeatureListenerRegistry(@NotNull Gestalt gestalt) Constructs a newFeatureListenerRegistryfor the givenGestaltinstance. -
Uses of Gestalt in ovh.mythmc.gestalt.util
Methods in ovh.mythmc.gestalt.util with parameters of type GestaltModifier and TypeMethodDescriptionstatic ObjectReflectively invokes the given method on the cached instance of the specified feature class.static voidMethodUtil.triggerAnnotatedMethod(@NotNull Gestalt gestalt, Class<?> clazz, Class<? extends Annotation> annotation) Invokes all methods on the given feature class that are annotated with the specified lifecycle annotation.