类 HierarchicalModel<E extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.HierarchicalModel<E>
- 直接已知子类:
AgeableHierarchicalModel
,AllayModel
,BatModel
,BlazeModel
,CamelModel
,CodModel
,ColorableHierarchicalModel
,CreeperModel
,DolphinModel
,EndermiteModel
,EvokerFangsModel
,FrogModel
,GhastModel
,GuardianModel
,IllagerModel
,IronGolemModel
,LavaSlimeModel
,LeashKnotModel
,LlamaSpitModel
,MinecartModel
,ParrotModel
,PhantomModel
,PufferfishBigModel
,PufferfishMidModel
,PufferfishSmallModel
,RavagerModel
,SalmonModel
,ShulkerBulletModel
,SilverfishModel
,SlimeModel
,SnowGolemModel
,SpiderModel
,SquidModel
,StriderModel
,VexModel
,VillagerModel
,WardenModel
,WitherBossModel
-
字段概要
字段从类继承的字段 net.minecraft.client.model.EntityModel
attackTime, riding, young
从类继承的字段 net.minecraft.client.model.Model
renderType
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected void
animate
(AnimationState pAnimationState, AnimationDefinition pAnimationDefinition, float pAgeInTicks) protected void
animate
(AnimationState pAnimationState, AnimationDefinition pAnimationDefinition, float pAgeInTicks, float pSpeed) protected void
animateWalk
(AnimationDefinition pAnimationDefinition, float pLimbSwing, float pLimbSwingAmount, float pMaxAnimationSpeed, float pAnimationScaleFactor) protected void
applyStatic
(AnimationDefinition pAnimationDefinition) getAnyDescendantWithName
(String pName) void
renderToBuffer
(PoseStack pPoseStack, VertexConsumer pBuffer, int pPackedLight, int pPackedOverlay, float pRed, float pGreen, float pBlue, float pAlpha) abstract ModelPart
root()
从类继承的方法 net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel, setupAnim
从类继承的方法 net.minecraft.client.model.Model
renderType
-
字段详细资料
-
ANIMATION_VECTOR_CACHE
private static final org.joml.Vector3f ANIMATION_VECTOR_CACHE
-
-
构造器详细资料
-
HierarchicalModel
public HierarchicalModel() -
HierarchicalModel
-
-
方法详细资料
-
renderToBuffer
public void renderToBuffer(PoseStack pPoseStack, VertexConsumer pBuffer, int pPackedLight, int pPackedOverlay, float pRed, float pGreen, float pBlue, float pAlpha) - 指定者:
renderToBuffer
在类中Model
-
root
-
getAnyDescendantWithName
-
animate
protected void animate(AnimationState pAnimationState, AnimationDefinition pAnimationDefinition, float pAgeInTicks) -
animateWalk
protected void animateWalk(AnimationDefinition pAnimationDefinition, float pLimbSwing, float pLimbSwingAmount, float pMaxAnimationSpeed, float pAnimationScaleFactor) -
animate
protected void animate(AnimationState pAnimationState, AnimationDefinition pAnimationDefinition, float pAgeInTicks, float pSpeed) -
applyStatic
-