类 EndermanModel<T extends LivingEntity>

所有已实现的接口:
ArmedModel, HeadedModel

public class EndermanModel<T extends LivingEntity> extends HumanoidModel<T>
  • 字段详细资料

    • carrying

      public boolean carrying
    • creepy

      public boolean creepy
  • 构造器详细资料

    • EndermanModel

      public EndermanModel(ModelPart pRoot)
  • 方法详细资料

    • createBodyLayer

      public static LayerDefinition createBodyLayer()
    • setupAnim

      public void setupAnim(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch)
      覆盖:
      setupAnim 在类中 HumanoidModel<T extends LivingEntity>