Package net.minecraft.client.model
Class BoatModel
- All Implemented Interfaces:
- WaterPatchModel
- Direct Known Subclasses:
- ChestBoatModel
- 
Field SummaryFieldsModifier 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.EntityModelattackTime, riding, youngFields inherited from class net.minecraft.client.model.ModelrenderType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.ListModelrenderToBufferMethods inherited from class net.minecraft.client.model.EntityModelcopyPropertiesTo, prepareMobModelMethods inherited from class net.minecraft.client.model.ModelrenderType
- 
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
- 
setupAnimpublic void setupAnim(Boat p_102269_, float p_102270_, float p_102271_, float p_102272_, float p_102273_, float p_102274_) - Specified by:
- setupAnimin class- EntityModel<Boat>
 
- 
parts
- 
waterPatch- Specified by:
- waterPatchin interface- WaterPatchModel
 
- 
animatePaddle
 
-