| 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 |
|---|---|
abstract void |
InventoryTranslator.closeInventory(GeyserSession session,
Inventory inventory) |
void |
DoubleChestInventoryTranslator.closeInventory(GeyserSession session,
Inventory inventory) |
void |
BlockInventoryTranslator.closeInventory(GeyserSession session,
Inventory inventory) |
void |
PlayerInventoryTranslator.closeInventory(GeyserSession session,
Inventory inventory) |
void |
CraftingInventoryTranslator.closeInventory(GeyserSession session,
Inventory inventory) |
void |
BrewingInventoryTranslator.openInventory(GeyserSession session,
Inventory inventory) |
abstract void |
InventoryTranslator.openInventory(GeyserSession session,
Inventory inventory) |
void |
DoubleChestInventoryTranslator.openInventory(GeyserSession session,
Inventory inventory) |
void |
BlockInventoryTranslator.openInventory(GeyserSession session,
Inventory inventory) |
void |
PlayerInventoryTranslator.openInventory(GeyserSession session,
Inventory inventory) |
void |
CraftingInventoryTranslator.openInventory(GeyserSession session,
Inventory inventory) |
abstract void |
InventoryTranslator.prepareInventory(GeyserSession session,
Inventory inventory) |
void |
DoubleChestInventoryTranslator.prepareInventory(GeyserSession session,
Inventory inventory) |
void |
BlockInventoryTranslator.prepareInventory(GeyserSession session,
Inventory inventory) |
void |
PlayerInventoryTranslator.prepareInventory(GeyserSession session,
Inventory inventory) |
void |
CraftingInventoryTranslator.prepareInventory(GeyserSession session,
Inventory inventory) |
abstract void |
InventoryTranslator.translateActions(GeyserSession session,
Inventory inventory,
List<com.nukkitx.protocol.bedrock.data.InventoryActionData> actions) |
void |
BaseInventoryTranslator.translateActions(GeyserSession session,
Inventory inventory,
List<com.nukkitx.protocol.bedrock.data.InventoryActionData> actions) |
void |
AnvilInventoryTranslator.translateActions(GeyserSession session,
Inventory inventory,
List<com.nukkitx.protocol.bedrock.data.InventoryActionData> actions) |
void |
PlayerInventoryTranslator.translateActions(GeyserSession session,
Inventory inventory,
List<com.nukkitx.protocol.bedrock.data.InventoryActionData> actions) |
void |
CraftingInventoryTranslator.translateActions(GeyserSession session,
Inventory inventory,
List<com.nukkitx.protocol.bedrock.data.InventoryActionData> actions) |
static void |
PlayerInventoryTranslator.updateCraftingGrid(GeyserSession session,
Inventory inventory)
Update the crafting grid for the player to hide/show the barriers in the creative inventory
|
abstract void |
InventoryTranslator.updateInventory(GeyserSession session,
Inventory inventory) |
void |
DoubleChestInventoryTranslator.updateInventory(GeyserSession session,
Inventory inventory) |
void |
BlockInventoryTranslator.updateInventory(GeyserSession session,
Inventory inventory) |
void |
PlayerInventoryTranslator.updateInventory(GeyserSession session,
Inventory inventory) |
void |
CraftingInventoryTranslator.updateInventory(GeyserSession session,
Inventory inventory) |
void |
FurnaceInventoryTranslator.updateProperty(GeyserSession session,
Inventory inventory,
int key,
int value) |
void |
BrewingInventoryTranslator.updateProperty(GeyserSession session,
Inventory inventory,
int key,
int value) |
abstract void |
InventoryTranslator.updateProperty(GeyserSession session,
Inventory inventory,
int key,
int value) |
void |
BaseInventoryTranslator.updateProperty(GeyserSession session,
Inventory inventory,
int key,
int value) |
void |
EnchantmentInventoryTranslator.updateProperty(GeyserSession session,
Inventory inventory,
int key,
int value) |
void |
PlayerInventoryTranslator.updateProperty(GeyserSession session,
Inventory inventory,
int key,
int value) |
abstract void |
InventoryTranslator.updateSlot(GeyserSession session,
Inventory inventory,
int slot) |
void |
DoubleChestInventoryTranslator.updateSlot(GeyserSession session,
Inventory inventory,
int slot) |
void |
BlockInventoryTranslator.updateSlot(GeyserSession session,
Inventory inventory,
int slot) |
void |
AnvilInventoryTranslator.updateSlot(GeyserSession session,
Inventory inventory,
int slot) |
void |
PlayerInventoryTranslator.updateSlot(GeyserSession session,
Inventory inventory,
int slot) |
void |
CraftingInventoryTranslator.updateSlot(GeyserSession session,
Inventory inventory,
int slot) |
| Modifier and Type | Method and Description |
|---|---|
static void |
InventoryActionDataTranslator.translate(InventoryTranslator translator,
GeyserSession session,
Inventory inventory,
List<com.nukkitx.protocol.bedrock.data.InventoryActionData> actions) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
InventoryHolder.closeInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
void |
BlockInventoryHolder.closeInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
abstract void |
InventoryHolder.openInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
void |
BlockInventoryHolder.openInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
abstract void |
InventoryHolder.prepareInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
void |
BlockInventoryHolder.prepareInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerInventoryUpdater.updateInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
void |
InventoryUpdater.updateInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
void |
CursorInventoryUpdater.updateInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
void |
ChestInventoryUpdater.updateInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
boolean |
ContainerInventoryUpdater.updateSlot(InventoryTranslator translator,
GeyserSession session,
Inventory inventory,
int javaSlot) |
boolean |
InventoryUpdater.updateSlot(InventoryTranslator translator,
GeyserSession session,
Inventory inventory,
int javaSlot) |
boolean |
CursorInventoryUpdater.updateSlot(InventoryTranslator translator,
GeyserSession session,
Inventory inventory,
int javaSlot) |
boolean |
ChestInventoryUpdater.updateSlot(InventoryTranslator translator,
GeyserSession session,
Inventory inventory,
int javaSlot) |
| Modifier and Type | Method and Description |
|---|---|
static void |
InventoryUtils.openInventory(GeyserSession session,
Inventory inventory) |
Copyright © 2020 GeyserMC. All rights reserved.