Uses of Enum Class
studio.magemonkey.fabled.dynamic.ComponentType
Packages that use ComponentType
Package
Description
-
Uses of ComponentType in studio.magemonkey.fabled.dynamic
Methods in studio.magemonkey.fabled.dynamic that return ComponentTypeModifier and TypeMethodDescriptionabstract ComponentType
EffectComponent.getType()
Retrieves the type of the componentstatic ComponentType
Returns the enum constant of this class with the specified name.static ComponentType[]
ComponentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in studio.magemonkey.fabled.dynamic that return types with arguments of type ComponentTypeModifier and TypeMethodDescriptionstatic Map
<ComponentType, Map<String, Class<?>>> ComponentRegistry.getComponents()
-
Uses of ComponentType in studio.magemonkey.fabled.dynamic.condition
Methods in studio.magemonkey.fabled.dynamic.condition that return ComponentTypeModifier and TypeMethodDescriptionConditionComponent.getType()
Retrieves the type of the component -
Uses of ComponentType in studio.magemonkey.fabled.dynamic.custom
Methods in studio.magemonkey.fabled.dynamic.custom that return ComponentType -
Uses of ComponentType in studio.magemonkey.fabled.dynamic.mechanic
Methods in studio.magemonkey.fabled.dynamic.mechanic that return ComponentType -
Uses of ComponentType in studio.magemonkey.fabled.dynamic.target
Methods in studio.magemonkey.fabled.dynamic.target that return ComponentType -
Uses of ComponentType in studio.magemonkey.fabled.dynamic.trigger
Methods in studio.magemonkey.fabled.dynamic.trigger that return ComponentType