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 TypeMethodDescriptionboolean
boolean
getSmoke()
void
parse
(ByteBuffer var1, UdpConnection var2) void
write
(ByteBufferWriter var1) 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.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.packets.INetworkPacket
parseClient, parseClientLoading, parseServer, processClient, processClientLoading, processServer, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, setData, sync, tryProcessInternal
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, isConsistent
-
Constructor Details
-
StartFirePacket
public StartFirePacket()
-
-
Method Details
-
parse
- Specified by:
parse
in interfaceINetworkPacket
- Specified by:
parse
in interfaceINetworkPacketField
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
getSmoke
public boolean getSmoke()- Specified by:
getSmoke
in interfaceAntiCheatFire.IAntiCheat
- Specified by:
getSmoke
in interfaceAntiCheatSmoke.IAntiCheat
-
getIgnition
public boolean getIgnition()- Specified by:
getIgnition
in interfaceAntiCheatFire.IAntiCheat
- Specified by:
getIgnition
in interfaceAntiCheatSmoke.IAntiCheat
-
getSquare
- Specified by:
getSquare
in interfaceAntiCheatFire.IAntiCheat
- Specified by:
getSquare
in interfaceAntiCheatSmoke.IAntiCheat
-