Class AnimalPacket

java.lang.Object
zombie.network.packets.character.AnimalPacket
All Implemented Interfaces:
INetworkPacketField, IDescriptor, INetworkPacket

public class AnimalPacket extends Object implements INetworkPacket
  • Field Details

    • PACKET_SIZE_BYTES

      public static final int PACKET_SIZE_BYTES
      See Also:
    • flags

      public short flags
    • variables

      public byte variables
    • realState

      public NetworkVariables.ZombieState realState
    • location

      public byte location
    • hutchNestBox

      public byte hutchNestBox
    • hutchPosition

      public byte hutchPosition
    • vehicleId

      public VehicleID vehicleId
    • idleAction

      public String idleAction
    • type

      public String type
    • breed

      public String breed
    • alertedId

      public short alertedId
    • prediction

      public final Prediction prediction
    • age

      public int age
    • milkQty

      public float milkQty
    • woolQty

      public float woolQty
    • weight

      public float weight
    • stress

      public byte stress
    • acceptance

      public byte acceptance
    • health

      public byte health
    • thirst

      public byte thirst
    • hunger

      public byte hunger
    • customName

      public String customName
    • squareX

      public int squareX
    • squareY

      public int squareY
    • squareZ

      public byte squareZ
    • mother

      public final AnimalID mother
    • pregnantTime

      public int pregnantTime
    • lastTimeMilked

      public long lastTimeMilked
    • maxMilkActual

      public float maxMilkActual
  • Constructor Details

    • AnimalPacket

      public AnimalPacket()
  • Method Details