Uses of Interface
com.ticxo.modelengine.api.model.bone.ModelBone
Package
Description
-
Uses of ModelBone in com.ticxo.modelengine.api.animation
Modifier and TypeMethodDescriptionorg.bukkit.util.Vector
AnimationHandler.getFinalPosition
(ModelBone bone) Calculate the final position of the specified bone.org.bukkit.util.EulerAngle
AnimationHandler.getFinalRotation
(ModelBone bone) Calculate the final rotation of the specified bone. -
Uses of ModelBone in com.ticxo.modelengine.api.model
Modifier and TypeMethodDescriptionGet a bone of this model with the bone ID.Modifier and TypeMethodDescriptionActiveModel.getBoneIndex()
Get all bones in this model.
This method returns a flat view of all bones, which means all bones are searchable within this map. -
Uses of ModelBone in com.ticxo.modelengine.api.model.bone
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of ModelBone in com.ticxo.modelengine.api.model.bone.reader
Modifier and TypeMethodDescriptionBoneReaderManager.createModelBone
(BlueprintBone bone, ActiveModel model) BoneReader.generateBone
(BlueprintBone bone, ActiveModel model) -
Uses of ModelBone in com.ticxo.modelengine.api.model.handler
Modifier and TypeClassDescriptionclass
AbstractSpecialBoneHandler<T extends ModelBone,
R extends FakeEntity> -
Uses of ModelBone in com.ticxo.modelengine.api.nms.entity
Modifier and TypeMethodDescriptionEntityHandler.createBoneRenderer
(ModelBone bone) EntityHandler.createHandRenderer
(ModelBone bone) EntityHandler.createLeashPoint
(ModelBone bone) EntityHandler.createMountPoint
(ModelBone bone) EntityHandler.createNametagPoint
(ModelBone bone) EntityHandler.createSubHitboxEntity
(ModelBone bone) -
Uses of ModelBone in com.ticxo.modelengine.api.nms.entity.fake