Uses of Class
net.minecraft.inventory.Inventory
-
-
Uses of Inventory in net.minecraft.block
Subclasses of Inventory in net.minecraft.block Modifier and Type Class Description (package private) static classComposterBlock.EmptyInventory(package private) static classComposterBlock.FullInventory(package private) static classComposterBlock.PartialInventory -
Uses of Inventory in net.minecraft.client.gui.screen.inventory
Fields in net.minecraft.client.gui.screen.inventory declared as Inventory Modifier and Type Field Description private static InventoryCreativeScreen. CONTAINER -
Uses of Inventory in net.minecraft.entity.merchant.villager
Fields in net.minecraft.entity.merchant.villager declared as Inventory Modifier and Type Field Description private InventoryAbstractVillagerEntity. inventoryMethods in net.minecraft.entity.merchant.villager that return Inventory Modifier and Type Method Description InventoryAbstractVillagerEntity. getInventory() -
Uses of Inventory in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster declared as Inventory Modifier and Type Field Description private InventoryPillagerEntity. inventory -
Uses of Inventory in net.minecraft.entity.monster.piglin
Fields in net.minecraft.entity.monster.piglin declared as Inventory Modifier and Type Field Description private InventoryPiglinEntity. inventory -
Uses of Inventory in net.minecraft.entity.passive.horse
Fields in net.minecraft.entity.passive.horse declared as Inventory Modifier and Type Field Description protected InventoryAbstractHorseEntity. inventory -
Uses of Inventory in net.minecraft.inventory
Subclasses of Inventory in net.minecraft.inventory Modifier and Type Class Description classEnderChestInventory -
Uses of Inventory in net.minecraftforge.debug.misc
Constructors in net.minecraftforge.debug.misc with parameters of type Inventory Constructor Description TestContainer(int windowId, Inventory inv, java.lang.String text)
-