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_9x1static ContainerType<ChestContainer>ContainerType. GENERIC_9x2static ContainerType<ChestContainer>ContainerType. GENERIC_9x3static ContainerType<ChestContainer>ContainerType. GENERIC_9x4static ContainerType<ChestContainer>ContainerType. GENERIC_9x5static ContainerType<ChestContainer>ContainerType. GENERIC_9x6Methods in net.minecraft.inventory.container that return ChestContainer Modifier and Type Method Description static ChestContainerChestContainer. fiveRows(int p_216989_0_, PlayerInventory p_216989_1_)static ChestContainerChestContainer. fourRows(int p_216991_0_, PlayerInventory p_216991_1_)static ChestContainerChestContainer. oneRow(int p_216986_0_, PlayerInventory p_216986_1_)static ChestContainerChestContainer. sixRows(int p_216990_0_, PlayerInventory p_216990_1_)static ChestContainerChestContainer. sixRows(int p_216984_0_, PlayerInventory p_216984_1_, IInventory p_216984_2_)static ChestContainerChestContainer. threeRows(int p_216988_0_, PlayerInventory p_216988_1_)static ChestContainerChestContainer. threeRows(int p_216992_0_, PlayerInventory p_216992_1_, IInventory p_216992_2_)static ChestContainerChestContainer. twoRows(int p_216987_0_, PlayerInventory p_216987_1_)
-