Package net.minecraft.client.model
Class RaftModel
- Direct Known Subclasses:
ChestRaftModel
-
Field Summary
Modifier 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
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
animatePaddle
(Boat p_250792_, int p_249947_, ModelPart p_248943_, float p_251990_) static LayerDefinition
static void
createChildren
(PartDefinition p_250262_) protected com.google.common.collect.ImmutableList.Builder<ModelPart>
createPartsBuilder
(ModelPart p_250773_) com.google.common.collect.ImmutableList<ModelPart>
parts()
void
setupAnim
(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
renderToBuffer
Methods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel
Methods 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