Class AbstractZombieModel<T extends HostileEntity>

All Implemented Interfaces:
Consumer<ModelPart>, ModelWithArms, ModelWithHead
Direct Known Subclasses:
GiantEntityModel, ZombieEntityModel

@Environment(CLIENT)
public abstract class AbstractZombieModel<T extends HostileEntity>
extends BipedEntityModel<T>
  • Constructor Details

    • AbstractZombieModel

      protected AbstractZombieModel​(float scale, float pivotY, int textureWidth, int textureHeight)
  • Method Details

    • setAngles

      public void setAngles​(T t, float float2, float float3, float float4, float float5, float float6)
      Overrides:
      setAngles in class BipedEntityModel<T extends HostileEntity>
    • isAttacking

      public abstract boolean isAttacking​(T t)