All A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
class ListTransaction

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

Methods: static com.hypixel.hytale.server.core.inventory.transaction.ListTransaction<T> getEmptyTransaction(boolean); boolean succeeded(); boolean wasSlotModified(short); java.util.List<T> getList(); int size(); com.hypixel.hytale.server.core.inventory.transaction.ListTransaction<T> toParent(com.hypixel.hytale.server.core.inventory.container.ItemContainer, short, com.hypixel.hytale.server.core.inventory.container.ItemContainer); com.hypixel.hytale.server.core.inventory.transaction.ListTransaction<T> from

class MoveTransaction

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

Methods: boolean succeeded(); com.hypixel.hytale.server.core.inventory.transaction.SlotTransaction getRemoveTransaction(); com.hypixel.hytale.server.core.inventory.transaction.MoveType getMoveType(); com.hypixel.hytale.server.core.inventory.container.ItemContainer getOtherContainer(); T getAddTransaction(); com.hypixel.hytale.server.core.inventory.transaction.MoveTransaction<T> toInverted(com.hypixel.hytale.server.core.inventory.container.ItemContainer); boolean wasSlotModified(short); com.hypixel.hytale

class SlotTransaction

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

Methods: boolean succeeded(); boolean wasSlotModified(short); com.hypixel.hytale.server.core.inventory.transaction.ActionType getAction(); short getSlot(); com.hypixel.hytale.server.core.inventory.ItemStack getSlotBefore(); com.hypixel.hytale.server.core.inventory.ItemStack getSlotAfter(); com.hypixel.hytale.server.core.inventory.ItemStack getOutput(); boolean isAllOrNothing(); boolean isExactAmount(); boolean isFilter(); com.hypixel.hytale.server.core.inventory.transaction.SlotTransaction toParent(com.h