Class RabbitEntityModel<T extends RabbitEntity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<T>
net.minecraft.client.render.entity.model.RabbitEntityModel<T>
@Environment(CLIENT) public class RabbitEntityModel<T extends RabbitEntity> extends EntityModel<T>
-
Field Summary
Fields Modifier and Type Field Description private ModelPartfield_27480private ModelPartfield_27481private ModelPartfield_27482private ModelPartfield_27483private ModelPartfield_27484private ModelPartfield_27485private ModelPartfield_27486private ModelPartfield_27487private ModelPartfield_27488private floatfield_3531private ModelPartnoseprivate ModelParttailprivate ModelParttorsoFields 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 RabbitEntityModel(ModelPart modelPart) -
Method Summary
Modifier and Type Method Description voidanimateModel(T t, float float2, float float3, float float4)static TexturedModelDatagetTexturedModelData()voidrender(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)voidsetAngles(T t, float float2, float float3, float float4, float float5, float float6)Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Field Details
-
field_27480
-
field_27481
-
field_27482
-
field_27483
-
torso
-
field_27484
-
field_27485
-
field_27486
-
field_27487
-
field_27488
-
tail
-
nose
-
field_3531
private float field_3531
-
-
Constructor Details
-
RabbitEntityModel
-
-
Method Details
-
getTexturedModelData
-
render
public void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha) -
setAngles
- Specified by:
setAnglesin classEntityModel<T extends RabbitEntity>
-
animateModel
- Overrides:
animateModelin classEntityModel<T extends RabbitEntity>
-