Uses of Interface
com.ticxo.modelengine.api.model.ActiveModel
Packages that use ActiveModel
Package
Description
-
Uses of ActiveModel in com.ticxo.modelengine.api
Methods in com.ticxo.modelengine.api that return ActiveModelModifier 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
Methods in com.ticxo.modelengine.api.animation that return ActiveModelModifier and TypeMethodDescriptionAnimationHandler.getModel()
Get the owner of this animation handler.Constructors in com.ticxo.modelengine.api.animation with parameters of type ActiveModelModifierConstructorDescriptionAnimationProperty
(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
Methods in com.ticxo.modelengine.api.animation.property that return ActiveModelConstructors in com.ticxo.modelengine.api.animation.property with parameters of type ActiveModelModifierConstructorDescriptionBlendProperty
(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
Methods in com.ticxo.modelengine.api.animation.script with parameters of type ActiveModelModifier and TypeMethodDescriptionvoid
ScriptFunction.call
(ActiveModel model, Map<String, String> params) -
Uses of ActiveModel in com.ticxo.modelengine.api.animation.state
Methods in com.ticxo.modelengine.api.animation.state with parameters of type ActiveModelConstructors in com.ticxo.modelengine.api.animation.state with parameters of type ActiveModel -
Uses of ActiveModel in com.ticxo.modelengine.api.model
Methods in com.ticxo.modelengine.api.model that return ActiveModelModifier 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.Methods in com.ticxo.modelengine.api.model that return types with arguments of type ActiveModelModifier and TypeMethodDescriptionModeledEntity.getModels()
Get the complete map ofActiveModel
in this entity.Methods in com.ticxo.modelengine.api.model with parameters of type ActiveModelModifier and TypeMethodDescriptionvoid
ModeledEntity.addModel
(ActiveModel model, boolean overrideHitbox) -
Uses of ActiveModel in com.ticxo.modelengine.api.model.bone
Methods in com.ticxo.modelengine.api.model.bone that return ActiveModel -
Uses of ActiveModel in com.ticxo.modelengine.api.model.bone.reader
Methods in com.ticxo.modelengine.api.model.bone.reader with parameters of type ActiveModelModifier and TypeMethodDescriptionBoneReaderManager.createModelBone
(BlueprintBone bone, ActiveModel model) BoneReader.generateBone
(BlueprintBone bone, ActiveModel model) -
Uses of ActiveModel in com.ticxo.modelengine.api.model.handler
Fields in com.ticxo.modelengine.api.model.handler declared as ActiveModelConstructors in com.ticxo.modelengine.api.model.handler with parameters of type ActiveModelModifierConstructorDescriptionItemHolderHandler
(ActiveModel model) LeashHandler
(ActiveModel model) MountHandler
(ActiveModel model) NametagHandler
(ActiveModel model) RendererHandler
(ActiveModel model) SubHitboxHandler
(ActiveModel model)