Uses of Class
net.minecraft.inventory.container.Container
-
-
Uses of Container in net.minecraft.client.gui
Classes in net.minecraft.client.gui with type parameters of type Container Modifier and Type Class Description classDisplayEffectsScreen<T extends Container>interfaceIHasContainer<T extends Container>static interfaceScreenManager.IScreenFactory<T extends Container,U extends Screen & IHasContainer<T>>Methods in net.minecraft.client.gui with type parameters of type Container Modifier and Type Method Description static <T extends Container>
voidScreenManager. create(ContainerType<T> p_216909_0_, Minecraft p_216909_1_, int p_216909_2_, ITextComponent p_216909_3_)private static <T extends Container>
ScreenManager.IScreenFactory<T,?>ScreenManager. getConstructor(ContainerType<T> p_216912_0_)static <T extends Container>
java.util.Optional<ScreenManager.IScreenFactory<T,?>>ScreenManager. getScreenFactory(ContainerType<T> p_216909_0_, Minecraft p_216909_1_, int p_216909_2_, ITextComponent p_216909_3_)static <M extends Container,U extends Screen & IHasContainer<M>>
voidScreenManager. register(ContainerType<? extends M> p_216911_0_, ScreenManager.IScreenFactory<M,U> p_216911_1_) -
Uses of Container in net.minecraft.client.gui.screen.inventory
Classes in net.minecraft.client.gui.screen.inventory with type parameters of type Container Modifier and Type Class Description classContainerScreen<T extends Container>Subclasses of Container in net.minecraft.client.gui.screen.inventory Modifier and Type Class Description static classCreativeScreen.CreativeContainerFields in net.minecraft.client.gui.screen.inventory declared as Container Modifier and Type Field Description protected TContainerScreen. menuMethods in net.minecraft.client.gui.screen.inventory with parameters of type Container Modifier and Type Method Description voidAbstractRepairScreen. refreshContainer(Container p_71110_1_, NonNullList<ItemStack> p_71110_2_)voidCreativeCraftingListener. refreshContainer(Container p_71110_1_, NonNullList<ItemStack> p_71110_2_)voidAbstractRepairScreen. setContainerData(Container p_71112_1_, int p_71112_2_, int p_71112_3_)voidCreativeCraftingListener. setContainerData(Container p_71112_1_, int p_71112_2_, int p_71112_3_)voidAbstractRepairScreen. slotChanged(Container p_71111_1_, int p_71111_2_, ItemStack p_71111_3_)voidAnvilScreen. slotChanged(Container p_71111_1_, int p_71111_2_, ItemStack p_71111_3_)voidCreativeCraftingListener. slotChanged(Container p_71111_1_, int p_71111_2_, ItemStack p_71111_3_) -
Uses of Container in net.minecraft.entity.item.minecart
Methods in net.minecraft.entity.item.minecart that return Container Modifier and Type Method Description ContainerChestMinecartEntity. createMenu(int p_213968_1_, PlayerInventory p_213968_2_)protected abstract ContainerContainerMinecartEntity. createMenu(int p_213968_1_, PlayerInventory p_213968_2_)ContainerContainerMinecartEntity. createMenu(int p_createMenu_1_, PlayerInventory p_createMenu_2_, PlayerEntity p_createMenu_3_)ContainerHopperMinecartEntity. createMenu(int p_213968_1_, PlayerInventory p_213968_2_) -
Uses of Container in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as Container Modifier and Type Field Description ContainerPlayerEntity. containerMenuMethods in net.minecraft.entity.player with parameters of type Container Modifier and Type Method Description voidServerPlayerEntity. refreshContainer(Container p_71120_1_)voidServerPlayerEntity. refreshContainer(Container p_71110_1_, NonNullList<ItemStack> p_71110_2_)voidServerPlayerEntity. setContainerData(Container p_71112_1_, int p_71112_2_, int p_71112_3_)voidServerPlayerEntity. slotChanged(Container p_71111_1_, int p_71111_2_, ItemStack p_71111_3_) -
Uses of Container in net.minecraft.inventory
Fields in net.minecraft.inventory declared as Container Modifier and Type Field Description private ContainerCraftingInventory. menuConstructors in net.minecraft.inventory with parameters of type Container Constructor Description CraftingInventory(Container p_i1807_1_, int p_i1807_2_, int p_i1807_3_) -
Uses of Container in net.minecraft.inventory.container
Classes in net.minecraft.inventory.container with type parameters of type Container Modifier and Type Class Description classContainerType<T extends Container>static interfaceContainerType.IFactory<T extends Container>Subclasses of Container in net.minecraft.inventory.container Modifier and Type Class Description classAbstractFurnaceContainerclassAbstractRepairContainerclassBeaconContainerclassBlastFurnaceContainerclassBrewingStandContainerclassCartographyContainerclassChestContainerclassDispenserContainerclassEnchantmentContainerclassFurnaceContainerclassGrindstoneContainerclassHopperContainerclassHorseInventoryContainerclassLecternContainerclassLoomContainerclassMerchantContainerclassPlayerContainerclassRecipeBookContainer<C extends IInventory>classRepairContainerclassShulkerBoxContainerclassSmithingTableContainerclassSmokerContainerclassStonecutterContainerclassWorkbenchContainerMethods in net.minecraft.inventory.container with type parameters of type Container Modifier and Type Method Description private static <T extends Container>
ContainerType<T>ContainerType. register(java.lang.String p_221505_0_, ContainerType.IFactory<T> p_221505_1_)Methods in net.minecraft.inventory.container that return Container Modifier and Type Method Description ContainerIContainerProvider. createMenu(int p_createMenu_1_, PlayerInventory p_createMenu_2_, PlayerEntity p_createMenu_3_)ContainerSimpleNamedContainerProvider. createMenu(int p_createMenu_1_, PlayerInventory p_createMenu_2_, PlayerEntity p_createMenu_3_)Methods in net.minecraft.inventory.container with parameters of type Container Modifier and Type Method Description voidIContainerListener. refreshContainer(Container p_71110_1_, NonNullList<ItemStack> p_71110_2_)voidIContainerListener. setContainerData(Container p_71112_1_, int p_71112_2_, int p_71112_3_)voidIContainerListener. slotChanged(Container p_71111_1_, int p_71111_2_, ItemStack p_71111_3_) -
Uses of Container in net.minecraft.tileentity
Methods in net.minecraft.tileentity that return Container Modifier and Type Method Description protected ContainerBarrelTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)ContainerBeaconTileEntity. createMenu(int p_createMenu_1_, PlayerInventory p_createMenu_2_, PlayerEntity p_createMenu_3_)protected ContainerBlastFurnaceTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)protected ContainerBrewingStandTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)protected ContainerChestTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)protected ContainerDispenserTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)protected ContainerFurnaceTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)protected ContainerHopperTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)ContainerLecternTileEntity. createMenu(int p_createMenu_1_, PlayerInventory p_createMenu_2_, PlayerEntity p_createMenu_3_)ContainerLockableLootTileEntity. createMenu(int p_createMenu_1_, PlayerInventory p_createMenu_2_, PlayerEntity p_createMenu_3_)protected abstract ContainerLockableTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)ContainerLockableTileEntity. createMenu(int p_createMenu_1_, PlayerInventory p_createMenu_2_, PlayerEntity p_createMenu_3_)protected ContainerShulkerBoxTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)protected ContainerSmokerTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_) -
Uses of Container in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions with type parameters of type Container Modifier and Type Method Description static <T extends Container>
ContainerType<T>IForgeContainerType. create(IContainerFactory<T> factory) -
Uses of Container in net.minecraftforge.debug.misc
Subclasses of Container in net.minecraftforge.debug.misc Modifier and Type Class Description classContainerTypeTest.TestContainer -
Uses of Container in net.minecraftforge.event.entity.player
Fields in net.minecraftforge.event.entity.player declared as Container Modifier and Type Field Description private ContainerPlayerContainerEvent. containerMethods in net.minecraftforge.event.entity.player that return Container Modifier and Type Method Description ContainerPlayerContainerEvent. getContainer()Constructors in net.minecraftforge.event.entity.player with parameters of type Container Constructor Description Close(PlayerEntity player, Container container)Open(PlayerEntity player, Container container)PlayerContainerEvent(PlayerEntity player, Container container) -
Uses of Container in net.minecraftforge.fml.network
Classes in net.minecraftforge.fml.network with type parameters of type Container Modifier and Type Interface Description interfaceIContainerFactory<T extends Container>
-