Class Transaction
java.lang.Object
zombie.core.Transaction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ContainerID
protected IsoDirections
protected int
protected long
protected String
protected byte
protected int
protected static byte
protected final PlayerID
protected final ContainerID
protected long
protected Transaction.TransactionState
protected float
protected float
protected float
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
set
(IsoPlayer isoPlayer, InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1, String string, IsoDirections isoDirections, float float0, float float1, float float2) void
setDuration
(long long0) void
setState
(Transaction.TransactionState transactionState) void
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
-
Field Details
-
lastId
protected static byte lastId -
id
protected byte id -
state
-
itemId
protected int itemId -
playerID
-
sourceId
-
destinationId
-
extra
-
direction
-
duration
protected int duration -
xoff
protected float xoff -
yoff
protected float yoff -
zoff
protected float zoff -
startTime
protected long startTime -
endTime
protected long endTime -
square
-
-
Constructor Details
-
Transaction
public Transaction()
-
-
Method Details
-
set
public void set(IsoPlayer isoPlayer, InventoryItem inventoryItem, ItemContainer itemContainer0, ItemContainer itemContainer1, String string, IsoDirections isoDirections, float float0, float float1, float float2) -
setTimeData
public void setTimeData() -
setState
-
setDuration
public void setDuration(long long0) -
toString
-