| Package | Description |
|---|---|
| org.cloudburstmc.server.inventory.transaction | |
| org.cloudburstmc.server.inventory.transaction.action | |
| org.cloudburstmc.server.network.protocol.types |
| Modifier and Type | Field and Description |
|---|---|
protected Set<InventoryAction> |
InventoryTransaction.actions |
| Modifier and Type | Method and Description |
|---|---|
Set<InventoryAction> |
InventoryTransaction.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryTransaction.addAction(InventoryAction action) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InventoryTransaction.init(Player source,
List<InventoryAction> actions) |
| Constructor and Description |
|---|
CraftingTransaction(Player source,
List<InventoryAction> actions) |
InventoryTransaction(Player source,
List<InventoryAction> actions) |
InventoryTransaction(Player source,
List<InventoryAction> actions,
boolean init) |
| Modifier and Type | Class and Description |
|---|---|
class |
CraftingTakeResultAction |
class |
CraftingTransferMaterialAction |
class |
CreativeInventoryAction |
class |
DropItemAction |
class |
SlotChangeAction |
| Modifier and Type | Method and Description |
|---|---|
static InventoryAction |
InventoryTransactionUtils.createInventoryAction(Player player,
com.nukkitx.protocol.bedrock.data.inventory.InventoryActionData inventoryActionData) |
Copyright © 2020. All rights reserved.