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 void
apply(IsoPlayer player)
void
copy(PlayerVariables playerVariables)
java.lang.String
getDescription()
int
getPacketSizeBytes()
void
parse(java.nio.ByteBuffer byteBuffer)
void
set(IsoPlayer player)
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.INetworkPacket
isConsistent
-
Constructor Details
-
PlayerVariables
public PlayerVariables()
-
-
Method Details
-
set
-
apply
-
parse
public void parse(java.nio.ByteBuffer byteBuffer)- Specified by:
parse
in interfaceINetworkPacket
-
write
- Specified by:
write
in interfaceINetworkPacket
-
getPacketSizeBytes
public int getPacketSizeBytes()- Specified by:
getPacketSizeBytes
in interfaceINetworkPacket
-
getDescription
public java.lang.String getDescription()- Specified by:
getDescription
in interfaceINetworkPacket
-
copy
-