Class PlayerPacket

java.lang.Object
zombie.network.packets.PlayerPacket
All Implemented Interfaces:
INetworkPacket

public class PlayerPacket extends Object implements INetworkPacket
  • Field Details

    • PACKET_SIZE_BYTES

      public static final int PACKET_SIZE_BYTES
      See Also:
    • id

      public short id
    • x

      public float x
    • y

      public float y
    • z

      public byte z
    • direction

      public float direction
    • usePathFinder

      public boolean usePathFinder
    • moveType

    • VehicleID

      public short VehicleID
    • VehicleSeat

      public short VehicleSeat
    • booleanVariables

      public int booleanVariables
    • footstepSoundRadius

      public byte footstepSoundRadius
    • bleedingLevel

      public byte bleedingLevel
    • realx

      public float realx
    • realy

      public float realy
    • realz

      public byte realz
    • realdir

      public byte realdir
    • realt

      public int realt
    • collidePointX

      public float collidePointX
    • collidePointY

      public float collidePointY
    • variables

      public PlayerVariables variables
  • Constructor Details

    • PlayerPacket

      public PlayerPacket()
  • Method Details