Class BatModel


public class BatModel extends HierarchicalModel<Bat>
  • Field Details

  • Constructor Details

    • BatModel

      public BatModel(ModelPart pRoot)
  • Method Details

    • createBodyLayer

      public static LayerDefinition createBodyLayer()
    • root

      public ModelPart root()
      Specified by:
      root in class HierarchicalModel<Bat>
    • setupAnim

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

      private void applyHeadRotation(float pHeadRotation)