| Modifier and Type | Class and Description |
|---|---|
class |
AnvilInventoryTranslator |
class |
BaseInventoryTranslator |
class |
BlockInventoryTranslator |
class |
BrewingInventoryTranslator |
class |
ChestInventoryTranslator |
class |
CraftingInventoryTranslator |
class |
DoubleChestInventoryTranslator |
class |
EnchantmentInventoryTranslator
A temporary reconstruction of the enchantment table UI until our inventory rewrite is complete.
|
class |
FurnaceInventoryTranslator |
class |
GrindstoneInventoryTranslator |
class |
MerchantInventoryTranslator |
class |
PlayerInventoryTranslator |
class |
SingleChestInventoryTranslator |
class |
SmithingInventoryTranslator |
| Modifier and Type | Field and Description |
|---|---|
static Map<com.github.steveice10.mc.protocol.data.game.window.WindowType,InventoryTranslator> |
InventoryTranslator.INVENTORY_TRANSLATORS |
| Modifier and Type | Method and Description |
|---|---|
static void |
InventoryActionDataTranslator.translate(InventoryTranslator translator,
GeyserSession session,
Inventory inventory,
List<com.nukkitx.protocol.bedrock.data.inventory.InventoryActionData> actions) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockInventoryHolder.closeInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
abstract void |
InventoryHolder.closeInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
void |
BlockInventoryHolder.openInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
abstract void |
InventoryHolder.openInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
void |
BlockInventoryHolder.prepareInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
abstract void |
InventoryHolder.prepareInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChestInventoryUpdater.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 |
ContainerInventoryUpdater.updateInventory(InventoryTranslator translator,
GeyserSession session,
Inventory inventory) |
boolean |
ChestInventoryUpdater.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 |
ContainerInventoryUpdater.updateSlot(InventoryTranslator translator,
GeyserSession session,
Inventory inventory,
int javaSlot) |
Copyright © 2020 GeyserMC. All rights reserved.