public class GenericInventoryTranslator extends InventoryTranslator
| Constructor and Description |
|---|
GenericInventoryTranslator() |
| Modifier and Type | Method and Description |
|---|---|
void |
openInventory(GeyserSession session,
Inventory inventory) |
void |
prepareInventory(GeyserSession session,
Inventory inventory) |
void |
updateInventory(GeyserSession session,
Inventory inventory) |
void |
updateSlot(GeyserSession session,
Inventory inventory,
int slot) |
public void prepareInventory(GeyserSession session, Inventory inventory)
prepareInventory in class InventoryTranslatorpublic void openInventory(GeyserSession session, Inventory inventory)
openInventory in class InventoryTranslatorpublic void updateInventory(GeyserSession session, Inventory inventory)
updateInventory in class InventoryTranslatorpublic void updateSlot(GeyserSession session, Inventory inventory, int slot)
updateSlot in class InventoryTranslatorCopyright © 2020 GeyserMC. All rights reserved.