HyCodeYourTale
classpublicPriority 1

ItemStackSlotTransaction

com.hypixel.hytale.server.core.inventory.transaction.ItemStackSlotTransaction

extends SlotTransaction

4

Methods

4

Public Methods

3

Fields

1

Constructors

Constructors

public
ItemStackSlotTransaction(boolean succeeded, ActionType action, short slot, ItemStack slotBefore, ItemStack slotAfter, ItemStack output, boolean allOrNothing, boolean exactAmount, boolean filter, boolean addToExistingSlot, ItemStack query, ItemStack remainder)

Methods

Public Methods (4)

public
ItemStack getQuery()
@Nullable
public
ItemStack getRemainder()
@Nullable
public
boolean isAddToExistingSlot()
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (3)

privateboolean addToExistingSlot
privateItemStack query
privateItemStack remainder

Related Classes