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.String
getDescription()
void
parse(java.nio.ByteBuffer byteBuffer)
void
set(IsoGameCharacter gameCharacter)
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
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:
parse
in interfaceINetworkPacket
-
write
- Specified by:
write
in interfaceINetworkPacket
-
getDescription
public java.lang.String getDescription()- Specified by:
getDescription
in interfaceINetworkPacket
-