| Package | Description |
|---|---|
| org.cloudburstmc.server.event.inventory | |
| org.cloudburstmc.server.inventory.transaction | |
| org.cloudburstmc.server.inventory.transaction.action |
| Modifier and Type | Method and Description |
|---|---|
InventoryTransaction |
InventoryTransactionEvent.getTransaction() |
| Constructor and Description |
|---|
InventoryTransactionEvent(InventoryTransaction transaction) |
| Modifier and Type | Class and Description |
|---|---|
class |
CraftingTransaction |
| Modifier and Type | Method and Description |
|---|---|
void |
CraftingTransferMaterialAction.onAddToTransaction(InventoryTransaction transaction) |
void |
CraftingTakeResultAction.onAddToTransaction(InventoryTransaction transaction) |
void |
SlotChangeAction.onAddToTransaction(InventoryTransaction transaction) |
void |
InventoryAction.onAddToTransaction(InventoryTransaction transaction)
Called when the action is added to the specified InventoryTransaction.
|
Copyright © 2020. All rights reserved.