Class BTWSquidEntity

All Implemented Interfaces:
IAnimals

public class BTWSquidEntity extends EntityWaterMob
  • Field Details

    • BRIGHTNESS_AGGRESSION_THRESHOLD

      public static final float BRIGHTNESS_AGGRESSION_THRESHOLD
      See Also:
    • TENTACLE_ATTACK_DURATION

      public static final int TENTACLE_ATTACK_DURATION
      See Also:
    • tentacleAttackInProgressCounter

      public int tentacleAttackInProgressCounter
    • squidPitch

      public float squidPitch
    • prevSquidPitch

      public float prevSquidPitch
    • squidYaw

      public float squidYaw
    • prevSquidYaw

      public float prevSquidYaw
    • tentacleAngle

      public float tentacleAngle
    • prevTentacleAngle

      public float prevTentacleAngle
  • Constructor Details

    • BTWSquidEntity

      public BTWSquidEntity(World world)
  • Method Details