Class ItemTransactionPacket
java.lang.Object
zombie.core.Transaction
zombie.network.packets.ItemTransactionPacket
- All Implemented Interfaces:
AntiCheatTransaction.IAntiCheat
,INetworkPacketField
,IDescriptor
,INetworkPacket
public class ItemTransactionPacket
extends Transaction
implements INetworkPacket, AntiCheatTransaction.IAntiCheat
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.core.Transaction
Transaction.TransactionState
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte
getState()
void
parse
(ByteBuffer var1, UdpConnection var2) void
write
(ByteBufferWriter var1) Methods inherited from class zombie.core.Transaction
set, setDuration, setState, setTimeData, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
-
ItemTransactionPacket
public ItemTransactionPacket()
-
-
Method Details
-
parse
- Specified by:
parse
in interfaceINetworkPacket
- Specified by:
parse
in interfaceINetworkPacketField
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
getState
- Specified by:
getState
in interfaceAntiCheatTransaction.IAntiCheat
-
getConsistent
public byte getConsistent()- Specified by:
getConsistent
in interfaceAntiCheatTransaction.IAntiCheat
-