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 ModelPartleftPaddleprivate ImmutableList<ModelPart>partsprivate ModelPartrightPaddleprivate ModelPartwaterPatchFields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory -
Constructor Summary
Constructors Constructor Description BoatEntityModel(ModelPart root) -
Method Summary
Modifier and Type Method Description ModelPartgetBottom()ImmutableList<ModelPart>getParts()static TexturedModelDatagetTexturedModelData()voidsetAngles(BoatEntity boatEntity, float float2, float float3, float float4, float float5, float float6)private static voidsetPaddleAngle(BoatEntity entity, int sigma, ModelPart part, float angle)Methods inherited from class net.minecraft.client.render.entity.model.CompositeEntityModel
renderMethods 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:
setAnglesin classEntityModel<BoatEntity>
-
getParts
- Specified by:
getPartsin classCompositeEntityModel<BoatEntity>
-
getBottom
-
setPaddleAngle
-