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 arg0, UdpConnection arg1) void
reset()
void
restore
(IsoGameCharacter arg0) void
set
(IsoGameCharacter arg0) void
write
(ByteBufferWriter arg0) Methods inherited from class java.lang.Object
equals, 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
-