Uses of Class
net.minecraft.inventory.container.ChestContainer
Packages that use ChestContainer
-
Uses of ChestContainer in net.minecraft.client.gui.screen.inventory
Constructors in net.minecraft.client.gui.screen.inventory with parameters of type ChestContainerModifierConstructorDescriptionChestScreen(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 ChestContainerModifier and TypeFieldDescriptionstatic final ContainerType<ChestContainer>ContainerType.GENERIC_9x1static final ContainerType<ChestContainer>ContainerType.GENERIC_9x2static final ContainerType<ChestContainer>ContainerType.GENERIC_9x3static final ContainerType<ChestContainer>ContainerType.GENERIC_9x4static final ContainerType<ChestContainer>ContainerType.GENERIC_9x5static final ContainerType<ChestContainer>ContainerType.GENERIC_9x6Methods in net.minecraft.inventory.container that return ChestContainerModifier and TypeMethodDescriptionstatic 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_)