Class TracerInfo
java.lang.Object
zombie.network.fields.hit.TracerInfo
- All Implemented Interfaces:
INetworkPacketField, IDescriptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBufferReader b, IConnection connection) voidvoidset(float range) voidset(float range, float endX, float endY, float endZ, IsoGridSquare square) 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
getPacketSizeBytes, isConsistent
-
Field Details
-
hasEndPosition
public boolean hasEndPosition -
hasSquare
public boolean hasSquare -
range
public float range -
endX
public float endX -
endY
public float endY -
endZ
public float endZ
-
-
Constructor Details
-
TracerInfo
public TracerInfo()
-
-
Method Details
-
set
public void set(float range) -
set
-
parse
- Specified by:
parsein interfaceINetworkPacketField
-
write
- Specified by:
writein interfaceINetworkPacketField
-
process
-