Class StartFirePacket
java.lang.Object
zombie.network.packets.StartFirePacket
- All Implemented Interfaces:
AntiCheatFire.IAntiCheat, AntiCheatSmoke.IAntiCheat, INetworkPacketField, IDescriptor, INetworkPacket
public class StartFirePacket
extends Object
implements INetworkPacket, AntiCheatFire.IAntiCheat, AntiCheatSmoke.IAntiCheat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetSmoke()booleanisConsistent(UdpConnection connection) voidparse(ByteBuffer b, UdpConnection connection) voidprocessClient(UdpConnection connection) voidprocessServer(PacketTypes.PacketType packetType, UdpConnection connection) voidset(IsoGridSquare gridSquare, boolean _ignite, int _fireEnergy, int Life, boolean _smoke) voidvoidMethods 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, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes
-
Constructor Details
-
StartFirePacket
public StartFirePacket()
-
-
Method Details
-
setData
- Specified by:
setDatain interfaceINetworkPacket
-
set
public void set(IsoGridSquare gridSquare, boolean _ignite, int _fireEnergy, int Life, boolean _smoke) -
parse
- Specified by:
parsein interfaceINetworkPacketField
-
write
- Specified by:
writein interfaceINetworkPacketField
-
processClient
- Specified by:
processClientin interfaceINetworkPacket
-
processServer
- Specified by:
processServerin interfaceINetworkPacket
-
isConsistent
- Specified by:
isConsistentin interfaceINetworkPacketField
-
getSmoke
public boolean getSmoke()- Specified by:
getSmokein interfaceAntiCheatFire.IAntiCheat- Specified by:
getSmokein interfaceAntiCheatSmoke.IAntiCheat
-
getIgnition
public boolean getIgnition()- Specified by:
getIgnitionin interfaceAntiCheatFire.IAntiCheat- Specified by:
getIgnitionin interfaceAntiCheatSmoke.IAntiCheat
-
getSquare
- Specified by:
getSquarein interfaceAntiCheatFire.IAntiCheat- Specified by:
getSquarein interfaceAntiCheatSmoke.IAntiCheat
-