Class PFBData
java.lang.Object
zombie.network.fields.character.PFBData
- All Implemented Interfaces:
INetworkPacketField
,IDescriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
float
float
byte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
reset()
void
restore
(IsoGameCharacter isoGameCharacter) void
set
(IsoGameCharacter isoGameCharacter) void
write
(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, isConsistent
-
Field Details
-
type
public byte type -
targetX
public float targetX -
targetY
public float targetY -
targetZ
public float targetZ -
targetPlayer
-
realState
-
-
Constructor Details
-
PFBData
public PFBData()
-
-
Method Details
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
copy
-
isCanceled
public boolean isCanceled() -
reset
public void reset() -
set
-
restore
-