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
void
renderToBuffer
(PoseStack p_233332_, VertexConsumer p_233333_, int p_233334_, int p_233335_, float p_233336_, float p_233337_, float p_233338_, float p_233339_) 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, getAnyDescendantWithName
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>
-
renderToBuffer
public void renderToBuffer(PoseStack p_233332_, VertexConsumer p_233333_, int p_233334_, int p_233335_, float p_233336_, float p_233337_, float p_233338_, float p_233339_) - Overrides:
renderToBuffer
in classHierarchicalModel<Allay>
-
translateToHand
- Specified by:
translateToHand
in interfaceArmedModel
-