Class SquidEntity

All Implemented Interfaces:
ICommandSource, INameable, ICapabilityProvider, ICapabilitySerializable<CompoundNBT>, IForgeEntity, INBTSerializable<CompoundNBT>

public class SquidEntity extends WaterMobEntity
  • Field Details

    • xBodyRot

      public float xBodyRot
    • xBodyRotO

      public float xBodyRotO
    • zBodyRot

      public float zBodyRot
    • zBodyRotO

      public float zBodyRotO
    • tentacleMovement

      public float tentacleMovement
    • oldTentacleMovement

      public float oldTentacleMovement
    • tentacleAngle

      public float tentacleAngle
    • oldTentacleAngle

      public float oldTentacleAngle
    • speed

      private float speed
    • tentacleSpeed

      private float tentacleSpeed
    • rotateSpeed

      private float rotateSpeed
    • tx

      private float tx
    • ty

      private float ty
    • tz

      private float tz
  • Constructor Details

  • Method Details