Uses of Class
net.minecraft.inventory.container.ChestContainer
-
Packages that use ChestContainer Package Description net.minecraft.client.gui.screen.inventory net.minecraft.inventory.container -
-
Uses of ChestContainer in net.minecraft.client.gui.screen.inventory
Constructors in net.minecraft.client.gui.screen.inventory with parameters of type ChestContainer Constructor Description ChestScreen(ChestContainer p_i51095_1_, PlayerInventory p_i51095_2_, ITextComponent p_i51095_3_)
-
Uses of ChestContainer in net.minecraft.inventory.container
Fields in net.minecraft.inventory.container with type parameters of type ChestContainer Modifier and Type Field 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
Methods in net.minecraft.inventory.container that return ChestContainer Modifier and Type Method Description static 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_)
-