| Package | Description |
|---|---|
| org.cloudburstmc.api.event.inventory | |
| org.cloudburstmc.api.inventory | |
| org.cloudburstmc.api.player |
| Modifier and Type | Field and Description |
|---|---|
protected Inventory |
InventoryEvent.inventory |
| Modifier and Type | Method and Description |
|---|---|
Inventory |
InventoryEvent.getInventory() |
Inventory |
InventoryMoveItemEvent.getTargetInventory() |
| Constructor and Description |
|---|
InventoryClickEvent(Player who,
Inventory inventory,
int slot,
ItemStack sourceItem,
ItemStack heldItem) |
InventoryCloseEvent(Inventory inventory,
Player who) |
InventoryEvent(Inventory inventory) |
InventoryMoveItemEvent(Inventory from,
Inventory targetInventory,
InventoryHolder source,
ItemStack item,
InventoryMoveItemEvent.Action action) |
InventoryOpenEvent(Inventory inventory,
Player who) |
InventoryPickupArrowEvent(Inventory inventory,
Arrow arrow) |
InventoryPickupItemEvent(Inventory inventory,
DroppedItem item) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnvilInventory |
interface |
BarrelInventory |
interface |
BeaconInventory |
interface |
BrewingInventory |
interface |
ChestInventory |
interface |
ContainerInventory |
interface |
CraftingGrid |
interface |
CreatureInventory |
interface |
EnchantInventory |
interface |
FurnaceInventory |
interface |
HopperInventory |
interface |
PlayerInventory |
interface |
ShulkerBoxInventory |
| Modifier and Type | Method and Description |
|---|---|
Inventory |
InventoryHolder.getInventory() |
| Modifier and Type | Method and Description |
|---|---|
default byte |
Player.addWindow(Inventory window) |
default byte |
Player.addWindow(Inventory window,
Byte forceId) |
byte |
Player.addWindow(Inventory window,
Byte forceId,
boolean isPermanent) |
byte |
Player.getWindowId(Inventory inventory) |
void |
Player.removeWindow(Inventory inventory) |
Copyright © 2021. All rights reserved.