Uses of Interface
net.minecraft.inventory.container.INamedContainerProvider
Package
Description
-
Uses of INamedContainerProvider in net.minecraft.block
Modifier and TypeFieldDescriptionprivate static final TileEntityMerger.ICallback<ChestTileEntity,
Optional<INamedContainerProvider>> ChestBlock.MENU_PROVIDER_COMBINER
Modifier and TypeMethodDescriptionAbstractBlock.AbstractBlockState.getMenuProvider
(World p_215699_1_, BlockPos p_215699_2_) AbstractBlock.getMenuProvider
(BlockState p_220052_1_, World p_220052_2_, BlockPos p_220052_3_) Deprecated.AnvilBlock.getMenuProvider
(BlockState p_220052_1_, World p_220052_2_, BlockPos p_220052_3_) CartographyTableBlock.getMenuProvider
(BlockState p_220052_1_, World p_220052_2_, BlockPos p_220052_3_) ChestBlock.getMenuProvider
(BlockState p_220052_1_, World p_220052_2_, BlockPos p_220052_3_) ContainerBlock.getMenuProvider
(BlockState p_220052_1_, World p_220052_2_, BlockPos p_220052_3_) CraftingTableBlock.getMenuProvider
(BlockState p_220052_1_, World p_220052_2_, BlockPos p_220052_3_) EnchantingTableBlock.getMenuProvider
(BlockState p_220052_1_, World p_220052_2_, BlockPos p_220052_3_) GrindstoneBlock.getMenuProvider
(BlockState p_220052_1_, World p_220052_2_, BlockPos p_220052_3_) LecternBlock.getMenuProvider
(BlockState p_220052_1_, World p_220052_2_, BlockPos p_220052_3_) LoomBlock.getMenuProvider
(BlockState p_220052_1_, World p_220052_2_, BlockPos p_220052_3_) SmithingTableBlock.getMenuProvider
(BlockState p_220052_1_, World p_220052_2_, BlockPos p_220052_3_) StonecutterBlock.getMenuProvider
(BlockState p_220052_1_, World p_220052_2_, BlockPos p_220052_3_) -
Uses of INamedContainerProvider in net.minecraft.entity.item.minecart
Modifier and TypeClassDescriptionclass
class
class
-
Uses of INamedContainerProvider in net.minecraft.entity.player
Modifier and TypeMethodDescriptionPlayerEntity.openMenu
(INamedContainerProvider p_213829_1_) ServerPlayerEntity.openMenu
(INamedContainerProvider p_213829_1_) -
Uses of INamedContainerProvider in net.minecraft.inventory.container
-
Uses of INamedContainerProvider in net.minecraft.tileentity
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of INamedContainerProvider in net.minecraftforge.fml.network
Modifier and TypeMethodDescriptionstatic void
NetworkHooks.openGui
(ServerPlayerEntity player, INamedContainerProvider containerSupplier) Request to open a GUI on the client, from the server Refer tonet.minecraftforge.fml.ExtensionPoint#GUIFACTORY
for how to provide a function to consume these GUI requests on the client.static void
NetworkHooks.openGui
(ServerPlayerEntity player, INamedContainerProvider containerSupplier, Consumer<PacketBuffer> extraDataWriter) Request to open a GUI on the client, from the server Refer tonet.minecraftforge.fml.ExtensionPoint#GUIFACTORY
for how to provide a function to consume these GUI requests on the client.static void
NetworkHooks.openGui
(ServerPlayerEntity player, INamedContainerProvider containerSupplier, BlockPos pos) Request to open a GUI on the client, from the server Refer tonet.minecraftforge.fml.ExtensionPoint#GUIFACTORY
for how to provide a function to consume these GUI requests on the client.