类 ColorableAgeableListModel<E extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.AgeableListModel<E>
net.minecraft.client.model.ColorableAgeableListModel<E>
- 直接已知子类:
WolfModel
-
字段概要
字段从类继承的字段 net.minecraft.client.model.EntityModel
attackTime, riding, young
从类继承的字段 net.minecraft.client.model.Model
renderType
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
renderToBuffer
(PoseStack pPoseStack, VertexConsumer pBuffer, int pPackedLight, int pPackedOverlay, float pRed, float pGreen, float pBlue, float pAlpha) void
setColor
(float pR, float pG, float pB) 从类继承的方法 net.minecraft.client.model.AgeableListModel
bodyParts, headParts
从类继承的方法 net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel, setupAnim
从类继承的方法 net.minecraft.client.model.Model
renderType
-
字段详细资料
-
r
private float r -
g
private float g -
b
private float b
-
-
构造器详细资料
-
ColorableAgeableListModel
public ColorableAgeableListModel()
-
-
方法详细资料
-
setColor
public void setColor(float pR, float pG, float pB) -
renderToBuffer
public void renderToBuffer(PoseStack pPoseStack, VertexConsumer pBuffer, int pPackedLight, int pPackedOverlay, float pRed, float pGreen, float pBlue, float pAlpha) - 覆盖:
renderToBuffer
在类中AgeableListModel<E extends Entity>
-