Package net.minecraft.client.model
Class RaftModel
- Direct Known Subclasses:
ChestRaftModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final String
private final ModelPart
private final com.google.common.collect.ImmutableList
<ModelPart> private static final String
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 TypeMethodDescriptionprivate static void
animatePaddle
(Boat pBoat, int pSide, ModelPart pPaddle, float pLimbSwing) static LayerDefinition
static void
createChildren
(PartDefinition pRoot) protected com.google.common.collect.ImmutableList.Builder
<ModelPart> createPartsBuilder
(ModelPart p_250773_) com.google.common.collect.ImmutableList
<ModelPart> parts()
void
setupAnim
(Boat pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) Sets this entity's model rotation anglesMethods inherited from class net.minecraft.client.model.ListModel
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
-
LEFT_PADDLE
- See Also:
-
RIGHT_PADDLE
- See Also:
-
BOTTOM
- See Also:
-
leftPaddle
-
rightPaddle
-
parts
-
-
Constructor Details
-
RaftModel
-
-
Method Details
-
createPartsBuilder
-
createChildren
-
createBodyModel
-
setupAnim
public void setupAnim(Boat pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) Sets this entity's model rotation angles- Specified by:
setupAnim
in classEntityModel<Boat>
-
parts
-
animatePaddle
-