Uses of Interface
com.ticxo.modelengine.api.model.ActiveModel
Package
Description
-
Uses of ActiveModel in com.ticxo.modelengine.api
Modifier and TypeMethodDescriptionstatic ActiveModel
ModelEngineAPI.createActiveModel
(@NotNull ModelBlueprint blueprint) Create an instance ofActiveModel
from aModelBlueprint
.static ActiveModel
ModelEngineAPI.createActiveModel
(String modelId) Create an instance ofActiveModel
of this model ID.abstract ActiveModel
ModelEngineAPI.createActiveModelImpl
(ModelBlueprint blueprint) -
Uses of ActiveModel in com.ticxo.modelengine.api.animation
Modifier and TypeMethodDescriptionAnimationHandler.getModel()
Get the owner of this animation handler.ModifierConstructorDescriptionAnimationProperty
(ActiveModel model, BlueprintAnimation blueprintAnimation) Deprecated, for removal: This API element is subject to removal in a future version.AnimationProperty
(ActiveModel model, BlueprintAnimation blueprintAnimation, double lerpIn, double lerpOut, double speed) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ActiveModel in com.ticxo.modelengine.api.animation.property
ModifierConstructorDescriptionBlendProperty
(String name, ActiveModel model) BlendProperty
(String name, ActiveModel model, double lerpIn, double lerpOut, double speed) SimpleProperty
(ActiveModel model, BlueprintAnimation blueprintAnimation) SimpleProperty
(ActiveModel model, BlueprintAnimation blueprintAnimation, double lerpIn, double lerpOut, double speed) -
Uses of ActiveModel in com.ticxo.modelengine.api.animation.script
Modifier and TypeMethodDescriptionvoid
ScriptFunction.call
(ActiveModel model, Map<String, String> params) -
Uses of ActiveModel in com.ticxo.modelengine.api.animation.state
-
Uses of ActiveModel in com.ticxo.modelengine.api.model
Modifier and TypeMethodDescriptionGet theActiveModel
of the specified model ID from this entity.ModeledEntity.removeModel
(String modelId) Remove anActiveModel
of the specified model ID from this entity.
The model would not despawn by itself after removing.Modifier and TypeMethodDescriptionModeledEntity.getModels()
Get the complete map ofActiveModel
in this entity.Modifier and TypeMethodDescriptionvoid
ModeledEntity.addModel
(ActiveModel model, boolean overrideHitbox) -
Uses of ActiveModel in com.ticxo.modelengine.api.model.bone
-
Uses of ActiveModel in com.ticxo.modelengine.api.model.bone.reader
Modifier and TypeMethodDescriptionBoneReaderManager.createModelBone
(BlueprintBone bone, ActiveModel model) BoneReader.generateBone
(BlueprintBone bone, ActiveModel model) -
Uses of ActiveModel in com.ticxo.modelengine.api.model.handler
ModifierConstructorDescriptionItemHolderHandler
(ActiveModel model) LeashHandler
(ActiveModel model) MountHandler
(ActiveModel model) NametagHandler
(ActiveModel model) RendererHandler
(ActiveModel model) SubHitboxHandler
(ActiveModel model)