Class ZombiePacket
java.lang.Object
zombie.network.packets.character.ZombiePacket
- All Implemented Interfaces:
INetworkPacketField, IDescriptor
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopy(ZombiePacket packet) intvoidparse(ByteBuffer b, UdpConnection connection) voidvoidwrite(ByteBuffer bb) voidMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDescriptor
getClassDescription, getDescription, getDescriptionMethods inherited from interface INetworkPacketField
isConsistent
-
Field Details
-
id
public short id -
update
public byte update -
x
public float x -
y
public float y -
health
public short health -
outfitId
public int outfitId -
realState
-
target
public short target -
targetAngle
public float targetAngle -
timeSinceSeenFlesh
public short timeSinceSeenFlesh -
smParamTargetAngle
public short smParamTargetAngle -
speedMod
public short speedMod -
walkType
-
predictionType
public byte predictionType -
realX
public float realX -
realY
public float realY -
realZ
public byte realZ -
booleanVariables
public short booleanVariables -
pfb
-
reanimatedBodyId
-
z
public byte z -
grappledBy
-
-
Constructor Details
-
ZombiePacket
public ZombiePacket()
-
-
Method Details
-
parse
- Specified by:
parsein interfaceINetworkPacketField
-
write
-
write
- Specified by:
writein interfaceINetworkPacketField
-
getPacketSizeBytes
public int getPacketSizeBytes()- Specified by:
getPacketSizeBytesin interfaceINetworkPacketField
-
copy
-
set
-