Package zombie.network.packets
Class PlayerVariables
java.lang.Object
zombie.network.packets.PlayerVariables
- All Implemented Interfaces:
INetworkPacket
public class PlayerVariables extends java.lang.Object implements INetworkPacket
-
Constructor Summary
Constructors Constructor Description PlayerVariables() -
Method Summary
Modifier and Type Method Description voidapply(IsoPlayer player)voidcopy(PlayerVariables playerVariables)java.lang.StringgetDescription()intgetPacketSizeBytes()voidparse(java.nio.ByteBuffer byteBuffer)voidset(IsoPlayer player)voidwrite(ByteBufferWriter byteBufferWriter)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.network.packets.INetworkPacket
isConsistent
-
Constructor Details
-
PlayerVariables
public PlayerVariables()
-
-
Method Details
-
set
-
apply
-
parse
public void parse(java.nio.ByteBuffer byteBuffer)- Specified by:
parsein interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacket
-
getPacketSizeBytes
public int getPacketSizeBytes()- Specified by:
getPacketSizeBytesin interfaceINetworkPacket
-
getDescription
public java.lang.String getDescription()- Specified by:
getDescriptionin interfaceINetworkPacket
-
copy
-