Class PopmanDebugCommandPacket
java.lang.Object
zombie.network.packets.service.PopmanDebugCommandPacket
- All Implemented Interfaces:
INetworkPacketField, IDescriptor, INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBuffer b, UdpConnection connection) voidprocessClient(UdpConnection connection) voidprocessServer(PacketTypes.PacketType packetType, UdpConnection connection) voidset(byte packetType, short cellX, short cellY) voidsetClearZombies(short cellX, short cellY) voidsetSpawnNow(short cellX, short cellY) voidsetSpawnTimeToZero(short cellX, short cellY) voidMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDescriptor
getClassDescription, getDescription, getDescriptionMethods inherited from interface INetworkPacket
isPostponed, parseClient, parseClientLoading, parseServer, postpone, processClientLoading, sendToClient, sendToClients, sendToRelativeClients, sendToServer, setData, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes, isConsistent
-
Constructor Details
-
PopmanDebugCommandPacket
public PopmanDebugCommandPacket()
-
-
Method Details
-
processClient
- Specified by:
processClientin interfaceINetworkPacket
-
processServer
- Specified by:
processServerin interfaceINetworkPacket
-
setSpawnTimeToZero
public void setSpawnTimeToZero(short cellX, short cellY) -
setClearZombies
public void setClearZombies(short cellX, short cellY) -
setSpawnNow
public void setSpawnNow(short cellX, short cellY) -
set
public void set(byte packetType, short cellX, short cellY) -
parse
- Specified by:
parsein interfaceINetworkPacketField
-
write
- Specified by:
writein interfaceINetworkPacketField
-