Class PFBData
java.lang.Object
zombie.network.fields.character.PFBData
- All Implemented Interfaces:
INetworkPacketField,IDescriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatfloatfloatbyte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanvoidparse(ByteBuffer arg0, UdpConnection arg1) voidreset()voidrestore(IsoGameCharacter arg0) voidset(IsoGameCharacter arg0) voidwrite(ByteBufferWriter arg0) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescriptionMethods 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:
parsein interfaceINetworkPacketField
-
write
- Specified by:
writein interfaceINetworkPacketField
-
copy
-
isCanceled
public boolean isCanceled() -
reset
public void reset() -
set
-
restore
-