Package net.minecraft.client.model
Class VexModel
- All Implemented Interfaces:
ArmedModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
Fields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, young
Fields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinition
private void
offsetStackPosition
(PoseStack poseStack, boolean rightSide) root()
private void
setArmsCharging
(ItemStack rightHandItem, ItemStack leftHandItem, float p_265125_) void
setupAnim
(Vex entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) Sets this entity's model rotation anglesvoid
translateToHand
(HumanoidArm side, PoseStack poseStack) Methods inherited from class net.minecraft.client.model.HierarchicalModel
animate, animate, animate, animate, animateWalk, animateWalk, applyStatic, applyStatic, getAnimation, getAnyDescendantWithName, renderToBuffer
Methods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel
Methods 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:
setupAnim
in classEntityModel<Vex>
-
setArmsCharging
-
root
- Specified by:
root
in classHierarchicalModel<Vex>
-
translateToHand
- Specified by:
translateToHand
in interfaceArmedModel
-
offsetStackPosition
-