Uses of Interface
com.ticxo.modelengine.api.model.bone.ModelBone
Packages that use ModelBone
Package
Description
-
Uses of ModelBone in com.ticxo.modelengine.api.animation
Methods in com.ticxo.modelengine.api.animation with parameters of type ModelBoneModifier and TypeMethodDescriptionorg.bukkit.util.VectorAnimationHandler.getFinalPosition(ModelBone bone) Calculate the final position of the specified bone.org.bukkit.util.EulerAngleAnimationHandler.getFinalRotation(ModelBone bone) Calculate the final rotation of the specified bone. -
Uses of ModelBone in com.ticxo.modelengine.api.model
Methods in com.ticxo.modelengine.api.model that return ModelBoneModifier and TypeMethodDescriptionGet a bone of this model with the bone ID.Methods in com.ticxo.modelengine.api.model that return types with arguments of type ModelBoneModifier 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
Subinterfaces of ModelBone in com.ticxo.modelengine.api.model.boneModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods in com.ticxo.modelengine.api.model.bone that return ModelBoneMethods in com.ticxo.modelengine.api.model.bone that return types with arguments of type ModelBoneMethods in com.ticxo.modelengine.api.model.bone with parameters of type ModelBone -
Uses of ModelBone in com.ticxo.modelengine.api.model.bone.reader
Methods in com.ticxo.modelengine.api.model.bone.reader that return ModelBoneModifier and TypeMethodDescriptionBoneReaderManager.createModelBone(BlueprintBone bone, ActiveModel model) BoneReader.generateBone(BlueprintBone bone, ActiveModel model) -
Uses of ModelBone in com.ticxo.modelengine.api.model.handler
Classes in com.ticxo.modelengine.api.model.handler with type parameters of type ModelBoneModifier and TypeClassDescriptionclassAbstractSpecialBoneHandler<T extends ModelBone,R extends FakeEntity> -
Uses of ModelBone in com.ticxo.modelengine.api.nms.entity
Methods in com.ticxo.modelengine.api.nms.entity with parameters of type ModelBoneModifier 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
Methods in com.ticxo.modelengine.api.nms.entity.fake with parameters of type ModelBone