Package net.minecraft.client.model
Class AllayModel
- All Implemented Interfaces:
ArmedModel
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ModelPart
private static final float
private final ModelPart
private final ModelPart
private final ModelPart
private static final float
private static final float
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinition
root()
void
setupAnim
(Allay p_233325_, float p_233326_, float p_233327_, float p_233328_, float p_233329_, float p_233330_) void
translateToHand
(HumanoidArm p_233322_, PoseStack p_233323_) Methods inherited from class net.minecraft.client.model.HierarchicalModel
animate, animate, animateWalk, applyStatic, getAnyDescendantWithName, renderToBuffer
Methods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel
Methods inherited from class net.minecraft.client.model.Model
renderType
-
Field Details
-
root
-
head
-
body
-
right_arm
-
left_arm
-
right_wing
-
left_wing
-
FLYING_ANIMATION_X_ROT
private static final float FLYING_ANIMATION_X_ROT- See Also:
-
MAX_HAND_HOLDING_ITEM_X_ROT_RAD
private static final float MAX_HAND_HOLDING_ITEM_X_ROT_RAD- See Also:
-
MIN_HAND_HOLDING_ITEM_X_ROT_RAD
private static final float MIN_HAND_HOLDING_ITEM_X_ROT_RAD- See Also:
-
-
Constructor Details
-
AllayModel
-
-
Method Details
-
root
- Specified by:
root
in classHierarchicalModel<Allay>
-
createBodyLayer
-
setupAnim
public void setupAnim(Allay p_233325_, float p_233326_, float p_233327_, float p_233328_, float p_233329_, float p_233330_) - Specified by:
setupAnim
in classEntityModel<Allay>
-
translateToHand
- Specified by:
translateToHand
in interfaceArmedModel
-