Class Variables
java.lang.Object
zombie.network.fields.Variables
- All Implemented Interfaces:
INetworkPacketField
,IDescriptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
get()
void
parse
(ByteBuffer byteBuffer, UdpConnection var2) void
write
(ByteBuffer byteBuffer) 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
-
variables
-
-
Constructor Details
-
Variables
public Variables()
-
-
Method Details
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
write
-
clear
public void clear() -
get
-