Uses of Enum Class
com.ticxo.modelengine.api.model.AnimationMode
Packages that use AnimationMode
-
Uses of AnimationMode in com.ticxo.modelengine.api.model
Methods in com.ticxo.modelengine.api.model that return AnimationModeModifier and TypeMethodDescriptionstatic AnimationModeActiveModel.getAnimationMode()Get theAnimationModeof this model.
If the mode was not set withActiveModel.setAnimationMode(AnimationMode), it would return the default mode set in the plugin config.static AnimationModeReturns the enum constant of this class with the specified name.static AnimationMode[]AnimationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ticxo.modelengine.api.model with parameters of type AnimationModeModifier and TypeMethodDescriptionvoidActiveModel.setAnimationMode(AnimationMode mode) Configure theAnimationModeof this model.
Use this beforeModeledEntity.addModel(ActiveModel, boolean)or it would have no effect. -
Uses of AnimationMode in com.ticxo.modelengine.api.utils.config
Methods in com.ticxo.modelengine.api.utils.config that return AnimationMode