Package net.minecraft.client.model
Class RaftModel
- Direct Known Subclasses:
 ChestRaftModel
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Stringprivate final ModelPartprivate final com.google.common.collect.ImmutableList<ModelPart>private 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_250792_, int p_249947_, ModelPart p_248943_, float p_251990_) static LayerDefinitionstatic voidcreateChildren(PartDefinition p_250262_) protected com.google.common.collect.ImmutableList.Builder<ModelPart>createPartsBuilder(ModelPart p_250773_) com.google.common.collect.ImmutableList<ModelPart>parts()voidsetupAnim(Boat p_249733_, float p_249202_, float p_252219_, float p_249366_, float p_249759_, float p_250286_) 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:
 
 - 
BOTTOM
- See Also:
 
 - 
leftPaddle
 - 
rightPaddle
 - 
parts
 
 - 
 - 
Constructor Details
- 
RaftModel
 
 - 
 - 
Method Details