| Package | Description |
|---|---|
| org.geysermc.connector.inventory | |
| org.geysermc.connector.network.translators.inventory | |
| org.geysermc.connector.network.translators.inventory.translators |
| Constructor and Description |
|---|
AnvilContainer(String title,
int id,
int size,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
BeaconContainer(String title,
int id,
int size,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
CartographyContainer(String title,
int id,
int size,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
Container(String title,
int id,
int size,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
EnchantingContainer(String title,
int id,
int size,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
Generic3X3Container(String title,
int id,
int size,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
LecternContainer(String title,
int id,
int size,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
MerchantContainer(String title,
int id,
int size,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
StonecutterContainer(String title,
int id,
int size,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
| Modifier and Type | Method and Description |
|---|---|
abstract Inventory |
InventoryTranslator.createInventory(String name,
int windowId,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
| Modifier and Type | Method and Description |
|---|---|
Inventory |
MerchantInventoryTranslator.createInventory(String name,
int windowId,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
Inventory |
BaseInventoryTranslator.createInventory(String name,
int windowId,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
Inventory |
Generic3X3InventoryTranslator.createInventory(String name,
int windowId,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
Inventory |
AnvilInventoryTranslator.createInventory(String name,
int windowId,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
Inventory |
EnchantingInventoryTranslator.createInventory(String name,
int windowId,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
Inventory |
BeaconInventoryTranslator.createInventory(String name,
int windowId,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
Inventory |
PlayerInventoryTranslator.createInventory(String name,
int windowId,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
Inventory |
CartographyInventoryTranslator.createInventory(String name,
int windowId,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
Inventory |
StonecutterInventoryTranslator.createInventory(String name,
int windowId,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
Inventory |
LecternInventoryTranslator.createInventory(String name,
int windowId,
com.github.steveice10.mc.protocol.data.game.window.WindowType windowType,
PlayerInventory playerInventory) |
Copyright © 2021 GeyserMC. All rights reserved.