Uses of Enum Class
com.ticxo.modelengine.api.animation.state.ModelState
Packages that use ModelState
-
Uses of ModelState in com.ticxo.modelengine.api.animation.state
Methods in com.ticxo.modelengine.api.animation.state that return ModelStateModifier and TypeMethodDescriptionstatic @Nullable ModelStatestatic ModelStateReturns the enum constant of this class with the specified name.static ModelState[]ModelState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ticxo.modelengine.api.animation.state with parameters of type ModelStateModifier and TypeMethodDescriptionDefaultStateHandler.getProperty(ModelState state) voidDefaultStateHandler.setProperty(ModelState state, DefaultStateHandler.Property property) -
Uses of ModelState in com.ticxo.modelengine.api.model
Methods in com.ticxo.modelengine.api.model that return ModelStateMethods in com.ticxo.modelengine.api.model with parameters of type ModelStateModifier and TypeMethodDescriptionvoidActiveModel.playDefaultAnimation(ModelState state) Play the default animation of this model.
To play the default animations of all models, useModeledEntity.setState(ModelState).voidModeledEntity.setState(ModelState state) Set theModelStateof this entity