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 class
ComposterBlock.EmptyInventory
(package private) static class
ComposterBlock.FullInventory
(package private) static class
ComposterBlock.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 Inventory
CreativeScreen. 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 Inventory
AbstractVillagerEntity. inventory
Methods in net.minecraft.entity.merchant.villager that return Inventory Modifier and Type Method Description Inventory
AbstractVillagerEntity. getInventory()
-
Uses of Inventory in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster declared as Inventory Modifier and Type Field Description private Inventory
PillagerEntity. 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 Inventory
PiglinEntity. 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 Inventory
AbstractHorseEntity. inventory
-
Uses of Inventory in net.minecraft.inventory
Subclasses of Inventory in net.minecraft.inventory Modifier and Type Class Description class
EnderChestInventory
-
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)
-