类 AgeableHierarchicalModel<E extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.HierarchicalModel<E>
net.minecraft.client.model.AgeableHierarchicalModel<E>
- 直接已知子类:
SnifferModel
-
字段概要
字段从类继承的字段 net.minecraft.client.model.EntityModel
attackTime, riding, young
从类继承的字段 net.minecraft.client.model.Model
renderType
-
构造器概要
构造器构造器说明AgeableHierarchicalModel
(float pYoungScaleFactor, float pBodyYOffset) AgeableHierarchicalModel
(float pYoungScaleFactor, float pBodyYOffset, Function<ResourceLocation, RenderType> pRenderType) -
方法概要
修饰符和类型方法说明void
renderToBuffer
(PoseStack pPoseStack, VertexConsumer pBuffer, int pPackedLight, int pPackedOverlay, float pRed, float pGreen, float pBlue, float pAlpha) 从类继承的方法 net.minecraft.client.model.HierarchicalModel
animate, animate, animateWalk, applyStatic, getAnyDescendantWithName, root
从类继承的方法 net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel, setupAnim
从类继承的方法 net.minecraft.client.model.Model
renderType
-
字段详细资料
-
youngScaleFactor
private final float youngScaleFactor -
bodyYOffset
private final float bodyYOffset
-
-
构造器详细资料
-
AgeableHierarchicalModel
public AgeableHierarchicalModel(float pYoungScaleFactor, float pBodyYOffset) -
AgeableHierarchicalModel
public AgeableHierarchicalModel(float pYoungScaleFactor, float pBodyYOffset, Function<ResourceLocation, RenderType> pRenderType)
-
-
方法详细资料
-
renderToBuffer
public void renderToBuffer(PoseStack pPoseStack, VertexConsumer pBuffer, int pPackedLight, int pPackedOverlay, float pRed, float pGreen, float pBlue, float pAlpha) - 覆盖:
renderToBuffer
在类中HierarchicalModel<E extends Entity>
-