Package net.minecraft.client.model
Class BoatModel
-
Field Summary
Modifier and TypeFieldDescriptionprivate static String
private static String
private static String
private static String
private static String
private ModelPart
private com.google.common.collect.ImmutableList<ModelPart>
private static String
private static String
private ModelPart
private static String
private 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_170465_, int p_170466_, ModelPart p_170467_, float p_170468_)
static LayerDefinition
com.google.common.collect.ImmutableList<ModelPart>
parts()
void
setupAnim(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
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:
- Constant Field Values
-
RIGHT_PADDLE
- See Also:
- Constant Field Values
-
WATER_PATCH
- See Also:
- Constant Field Values
-
BOTTOM
- See Also:
- Constant Field Values
-
BACK
- See Also:
- Constant Field Values
-
FRONT
- See Also:
- Constant Field Values
-
RIGHT
- See Also:
- Constant Field Values
-
LEFT
- See Also:
- Constant Field Values
-
leftPaddle
-
rightPaddle
-
waterPatch
-
parts
-
-
Constructor Details
-
BoatModel
-
-
Method Details