Package net.minecraft.client.model
Class VexModel
- All Implemented Interfaces:
ArmedModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartFields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, youngFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinitionprivate voidoffsetStackPosition(PoseStack poseStack, boolean rightSide) root()private voidsetArmsCharging(ItemStack rightHandItem, ItemStack leftHandItem, float p_265125_) voidsetupAnim(Vex entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) Sets this entity's model rotation anglesvoidtranslateToHand(HumanoidArm side, PoseStack poseStack) Methods inherited from class net.minecraft.client.model.HierarchicalModel
animate, animate, animate, animate, animateWalk, animateWalk, applyStatic, applyStatic, getAnimation, getAnyDescendantWithName, renderToBufferMethods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModelMethods inherited from class net.minecraft.client.model.Model
renderToBuffer, renderType
-
Field Details
-
root
-
body
-
rightArm
-
leftArm
-
rightWing
-
leftWing
-
head
-
-
Constructor Details
-
VexModel
-
-
Method Details
-
createBodyLayer
-
setupAnim
public void setupAnim(Vex entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) Sets this entity's model rotation angles- Specified by:
setupAnimin classEntityModel<Vex>
-
setArmsCharging
-
root
- Specified by:
rootin classHierarchicalModel<Vex>
-
translateToHand
- Specified by:
translateToHandin interfaceArmedModel
-
offsetStackPosition
-