Class Squid

All Implemented Interfaces:
CommandSource, EntityAccess, Nameable, ICapabilityProvider, ICapabilitySerializable<CompoundTag>, IForgeEntity, INBTSerializable<CompoundTag>
Direct Known Subclasses:
GlowSquid

public class Squid extends WaterAnimal
  • 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