Class BoatEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.CompositeEntityModel<BoatEntity>
net.minecraft.client.render.entity.model.BoatEntityModel
@Environment(CLIENT) public class BoatEntityModel extends CompositeEntityModel<BoatEntity>
-
Field Summary
Fields Modifier and Type Field Description private ModelPart
leftPaddle
private ImmutableList<ModelPart>
parts
private ModelPart
rightPaddle
private ModelPart
waterPatch
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields inherited from class net.minecraft.client.model.Model
layerFactory
-
Constructor Summary
Constructors Constructor Description BoatEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description ModelPart
getBottom()
ImmutableList<ModelPart>
getParts()
static TexturedModelData
getTexturedModelData()
void
setAngles(BoatEntity boatEntity, float float2, float float3, float float4, float float5, float float6)
private static void
setPaddleAngle(BoatEntity entity, int sigma, ModelPart part, float angle)
Methods inherited from class net.minecraft.client.render.entity.model.CompositeEntityModel
render
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
leftPaddle
-
rightPaddle
-
waterPatch
-
parts
-
-
Constructor Details
-
BoatEntityModel
-
-
Method Details
-
getTexturedModelData
-
setAngles
public void setAngles(BoatEntity boatEntity, float float2, float float3, float float4, float float5, float float6)- Specified by:
setAngles
in classEntityModel<BoatEntity>
-
getParts
- Specified by:
getParts
in classCompositeEntityModel<BoatEntity>
-
getBottom
-
setPaddleAngle
-