Package net.minecraft.client.model
Class BoatModel
- All Implemented Interfaces:
 WaterPatchModel
- Direct Known Subclasses:
 ChestBoatModel
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate final ModelPartprivate final com.google.common.collect.ImmutableList<ModelPart>private static final Stringprivate static final Stringprivate final ModelPartprivate static final Stringprivate 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 TypeMethodDescriptionprivate static voidanimatePaddle(Boat p_170465_, int p_170466_, ModelPart p_170467_, float p_170468_) static LayerDefinitionstatic voidcreateChildren(PartDefinition p_250572_) protected com.google.common.collect.ImmutableList.Builder<ModelPart>createPartsBuilder(ModelPart p_252283_) com.google.common.collect.ImmutableList<ModelPart>parts()voidsetupAnim(Boat p_102269_, float p_102270_, float p_102271_, float p_102272_, float p_102273_, float p_102274_) Methods inherited from class net.minecraft.client.model.ListModel
renderToBufferMethods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModelMethods inherited from class net.minecraft.client.model.Model
renderType 
- 
Field Details
- 
LEFT_PADDLE
- See Also:
 
 - 
RIGHT_PADDLE
- See Also:
 
 - 
WATER_PATCH
- See Also:
 
 - 
BOTTOM
- See Also:
 
 - 
BACK
- See Also:
 
 - 
FRONT
- See Also:
 
 - 
RIGHT
- See Also:
 
 - 
LEFT
- See Also:
 
 - 
leftPaddle
 - 
rightPaddle
 - 
waterPatch
 - 
parts
 
 - 
 - 
Constructor Details
- 
BoatModel
 
 - 
 - 
Method Details
- 
createPartsBuilder
 - 
createChildren
 - 
createBodyModel
 - 
setupAnim
public void setupAnim(Boat p_102269_, float p_102270_, float p_102271_, float p_102272_, float p_102273_, float p_102274_) - Specified by:
 setupAnimin classEntityModel<Boat>
 - 
parts
 - 
waterPatch
- Specified by:
 waterPatchin interfaceWaterPatchModel
 - 
animatePaddle
 
 -