Class GhastModel<T extends Entity>


public class GhastModel<T extends Entity> extends HierarchicalModel<T>
  • Field Details

  • Constructor Details

    • GhastModel

      public GhastModel(ModelPart pRoot)
  • Method Details

    • createTentacleName

      private static String createTentacleName(int pIndex)
    • createBodyLayer

      public static LayerDefinition createBodyLayer()
    • setupAnim

      public void setupAnim(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch)
      Sets this entity's model rotation angles
      Specified by:
      setupAnim in class EntityModel<T extends Entity>
    • root

      public ModelPart root()
      Specified by:
      root in class HierarchicalModel<T extends Entity>