Package | Description |
---|---|
net.minecraft.client.gui.screen.inventory | |
net.minecraft.inventory.container |
Constructor and Description |
---|
ChestScreen(ChestContainer p_i51095_1_,
PlayerInventory p_i51095_2_,
ITextComponent p_i51095_3_) |
Modifier and Type | Field and Description |
---|---|
static ContainerType<ChestContainer> |
ContainerType.GENERIC_9X1 |
static ContainerType<ChestContainer> |
ContainerType.GENERIC_9X2 |
static ContainerType<ChestContainer> |
ContainerType.GENERIC_9X3 |
static ContainerType<ChestContainer> |
ContainerType.GENERIC_9X4 |
static ContainerType<ChestContainer> |
ContainerType.GENERIC_9X5 |
static ContainerType<ChestContainer> |
ContainerType.GENERIC_9X6 |
Modifier and Type | Method and Description |
---|---|
static ChestContainer |
ChestContainer.createGeneric9X1(int id,
PlayerInventory player) |
static ChestContainer |
ChestContainer.createGeneric9X2(int id,
PlayerInventory player) |
static ChestContainer |
ChestContainer.createGeneric9X3(int id,
PlayerInventory player) |
static ChestContainer |
ChestContainer.createGeneric9X3(int id,
PlayerInventory player,
IInventory blockEntity) |
static ChestContainer |
ChestContainer.createGeneric9X4(int id,
PlayerInventory player) |
static ChestContainer |
ChestContainer.createGeneric9X5(int id,
PlayerInventory player) |
static ChestContainer |
ChestContainer.createGeneric9X6(int id,
PlayerInventory player) |
static ChestContainer |
ChestContainer.createGeneric9X6(int id,
PlayerInventory player,
IInventory blockEntity) |