com.cliffblaster.game.net.packet
Class Packet4LevelFlush
java.lang.Object
com.cliffblaster.game.net.packet.Packet
com.cliffblaster.game.net.packet.Packet4LevelFlush
public class Packet4LevelFlush
- extends Packet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
width
public short width
length
public short length
height
public short height
seed
public long seed
waterLevel
public int waterLevel
Packet4LevelFlush
public Packet4LevelFlush()
Packet4LevelFlush
public Packet4LevelFlush(short width,
short height,
short length,
int waterLevel,
long seed)
onIncoming
public void onIncoming(java.io.DataInputStream in,
NetworkHandler networkHandler)
throws java.io.IOException
- Overrides:
onIncoming
in class Packet
- Throws:
java.io.IOException
sendPacket
public void sendPacket(java.io.DataOutputStream out)
throws java.io.IOException
- Overrides:
sendPacket
in class Packet
- Throws:
java.io.IOException
cloneTypeOnly
public Packet cloneTypeOnly()
- Specified by:
cloneTypeOnly
in class Packet