| Modifier and Type | Class and Description |
|---|---|
class |
AnvilInventoryTranslator |
class |
BaseInventoryTranslator |
class |
BlockInventoryTranslator |
class |
BrewingInventoryTranslator |
class |
CraftingInventoryTranslator |
class |
DoubleChestInventoryTranslator |
class |
EnchantmentInventoryTranslator |
class |
FurnaceInventoryTranslator |
class |
GrindstoneInventoryTranslator |
class |
PlayerInventoryTranslator |
class |
SingleChestInventoryTranslator |
| 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) |
Copyright © 2020 GeyserMC. All rights reserved.