| Package | Description |
|---|---|
| org.geysermc.connector.inventory | |
| org.geysermc.connector.network.session.cache | |
| org.geysermc.connector.network.translators.inventory | |
| org.geysermc.connector.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
PlayerInventory |
| Modifier and Type | Method and Description |
|---|---|
Inventory |
InventoryCache.getPlayerInventory() |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryCache.cacheInventory(Inventory inventory) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericInventoryTranslator.openInventory(GeyserSession session,
Inventory inventory) |
abstract void |
InventoryTranslator.openInventory(GeyserSession session,
Inventory inventory) |
void |
GenericInventoryTranslator.prepareInventory(GeyserSession session,
Inventory inventory) |
abstract void |
InventoryTranslator.prepareInventory(GeyserSession session,
Inventory inventory) |
void |
GenericInventoryTranslator.updateInventory(GeyserSession session,
Inventory inventory) |
abstract void |
InventoryTranslator.updateInventory(GeyserSession session,
Inventory inventory) |
void |
GenericInventoryTranslator.updateSlot(GeyserSession session,
Inventory inventory,
int slot) |
abstract void |
InventoryTranslator.updateSlot(GeyserSession session,
Inventory inventory,
int slot) |
| Modifier and Type | Method and Description |
|---|---|
static void |
InventoryUtils.refreshPlayerInventory(GeyserSession session,
Inventory inventory) |
Copyright © 2020 GeyserMC. All rights reserved.