Uses of Class
net.minecraft.inventory.container.ChestContainer
-
Uses of ChestContainer in net.minecraft.client.gui.screen.inventory
ModifierConstructorDescriptionChestScreen
(ChestContainer p_i51095_1_, PlayerInventory p_i51095_2_, ITextComponent p_i51095_3_) -
Uses of ChestContainer in net.minecraft.inventory.container
Modifier and TypeFieldDescriptionstatic final ContainerType<ChestContainer>
ContainerType.GENERIC_9x1
static final ContainerType<ChestContainer>
ContainerType.GENERIC_9x2
static final ContainerType<ChestContainer>
ContainerType.GENERIC_9x3
static final ContainerType<ChestContainer>
ContainerType.GENERIC_9x4
static final ContainerType<ChestContainer>
ContainerType.GENERIC_9x5
static final ContainerType<ChestContainer>
ContainerType.GENERIC_9x6
Modifier and TypeMethodDescriptionstatic ChestContainer
ChestContainer.fiveRows
(int p_216989_0_, PlayerInventory p_216989_1_) static ChestContainer
ChestContainer.fourRows
(int p_216991_0_, PlayerInventory p_216991_1_) static ChestContainer
ChestContainer.oneRow
(int p_216986_0_, PlayerInventory p_216986_1_) static ChestContainer
ChestContainer.sixRows
(int p_216990_0_, PlayerInventory p_216990_1_) static ChestContainer
ChestContainer.sixRows
(int p_216984_0_, PlayerInventory p_216984_1_, IInventory p_216984_2_) static ChestContainer
ChestContainer.threeRows
(int p_216988_0_, PlayerInventory p_216988_1_) static ChestContainer
ChestContainer.threeRows
(int p_216992_0_, PlayerInventory p_216992_1_, IInventory p_216992_2_) static ChestContainer
ChestContainer.twoRows
(int p_216987_0_, PlayerInventory p_216987_1_)