Uses of Interface
net.minecraft.client.gui.IHasContainer
-
Packages that use IHasContainer Package Description net.minecraft.client.gui net.minecraft.client.gui.screen net.minecraft.client.gui.screen.inventory net.minecraftforge.debug.misc -
-
Uses of IHasContainer in net.minecraft.client.gui
Classes in net.minecraft.client.gui with type parameters of type IHasContainer Modifier and Type Interface Description static interfaceScreenManager.IScreenFactory<T extends Container,U extends Screen & IHasContainer<T>>Classes in net.minecraft.client.gui that implement IHasContainer Modifier and Type Class Description classDisplayEffectsScreen<T extends Container>Methods in net.minecraft.client.gui with type parameters of type IHasContainer Modifier and Type Method Description 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 IHasContainer in net.minecraft.client.gui.screen
Classes in net.minecraft.client.gui.screen that implement IHasContainer Modifier and Type Class Description classEnchantmentScreenclassGrindstoneScreenclassHopperScreenclassLecternScreenclassLoomScreen -
Uses of IHasContainer in net.minecraft.client.gui.screen.inventory
Classes in net.minecraft.client.gui.screen.inventory that implement IHasContainer Modifier and Type Class Description classAbstractFurnaceScreen<T extends AbstractFurnaceContainer>classAbstractRepairScreen<T extends AbstractRepairContainer>classAnvilScreenclassBeaconScreenclassBlastFurnaceScreenclassBrewingStandScreenclassCartographyTableScreenclassChestScreenclassContainerScreen<T extends Container>classCraftingScreenclassCreativeScreenclassDispenserScreenclassFurnaceScreenclassHorseInventoryScreenclassInventoryScreenclassMerchantScreenclassShulkerBoxScreenclassSmithingTableScreenclassSmokerScreenclassStonecutterScreen -
Uses of IHasContainer in net.minecraftforge.debug.misc
Classes in net.minecraftforge.debug.misc that implement IHasContainer Modifier and Type Class Description classContainerTypeTest.TestGui
-