Package zombie.network.packets.hit
Class Square
java.lang.Object
zombie.network.packets.hit.Square
- All Implemented Interfaces:
INetworkPacket
public class Square extends java.lang.Object implements INetworkPacket
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Square() -
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()voidparse(java.nio.ByteBuffer byteBuffer)voidset(IsoGameCharacter gameCharacter)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
getPacketSizeBytes, isConsistent
-
Field Details
-
positionX
protected float positionX -
positionY
protected float positionY -
positionZ
protected float positionZ
-
-
Constructor Details
-
Square
public Square()
-
-
Method Details
-
set
-
parse
public void parse(java.nio.ByteBuffer byteBuffer)- Specified by:
parsein interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacket
-
getDescription
public java.lang.String getDescription()- Specified by:
getDescriptionin interfaceINetworkPacket
-