public abstract class InventoryTranslator extends Object
| Constructor and Description |
|---|
InventoryTranslator() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
openInventory(GeyserSession session,
Inventory inventory) |
abstract void |
prepareInventory(GeyserSession session,
Inventory inventory) |
abstract void |
updateInventory(GeyserSession session,
Inventory inventory) |
abstract void |
updateSlot(GeyserSession session,
Inventory inventory,
int slot) |
public abstract void prepareInventory(GeyserSession session, Inventory inventory)
public abstract void openInventory(GeyserSession session, Inventory inventory)
public abstract void updateInventory(GeyserSession session, Inventory inventory)
public abstract void updateSlot(GeyserSession session, Inventory inventory, int slot)
Copyright © 2019 GeyserMC. All rights reserved.