Uses of Interface
net.minecraft.inventory.Inventory
Packages that use Inventory
Package
Description
-
Uses of Inventory in net.minecraft.block
Methods in net.minecraft.block that return InventoryModifier and TypeMethodDescriptionChestBlock.method_4746(World world, int int2, int int3, int int4) -
Uses of Inventory in net.minecraft.block.entity
Classes in net.minecraft.block.entity that implement InventoryModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in net.minecraft.block.entity that return InventoryModifier and TypeMethodDescriptionstatic InventoryHopperBlockEntity.getInventoryAt(World world, double x, double y, double z) static InventoryHopperBlockEntity.method_4829(HopperProvider hopperProvider) private InventoryHopperBlockEntity.method_4836()Methods in net.minecraft.block.entity with parameters of type InventoryModifier and TypeMethodDescriptionstatic booleanHopperBlockEntity.extract(Inventory inventory, ItemEntity itemEntity) private static booleanHopperBlockEntity.method_4822(HopperProvider hopperProvider, Inventory inventory, int int2, int int3) static ItemStackHopperBlockEntity.method_4825(Inventory inventory, ItemStack itemStack, int int2) private static booleanHopperBlockEntity.method_4826(Inventory inventory, ItemStack itemStack, int int2, int int3) private static booleanHopperBlockEntity.method_4830(Inventory inventory, ItemStack itemStack, int int2, int int3) private static ItemStackHopperBlockEntity.method_4832(Inventory inventory, ItemStack itemStack, int int2, int int3) -
Uses of Inventory in net.minecraft.client
Methods in net.minecraft.client with parameters of type Inventory -
Uses of Inventory in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as InventoryModifier and TypeFieldDescriptionprivate InventoryHorseScreen.armorInventoryprivate InventoryChestScreen.bottomprivate InventoryHorseScreen.chestInventoryprivate InventoryHopperScreen.hopperInventoryprivate InventoryHopperScreen.playerInventoryprivate InventoryChestScreen.topConstructors in net.minecraft.client.gui.screen.ingame with parameters of type InventoryModifierConstructorDescriptionChestScreen(Inventory bottom, Inventory top) HopperScreen(PlayerInventory playerInventory, Inventory hopperInventory) HorseScreen(Inventory armor, Inventory chest, HorseBaseEntity entity) -
Uses of Inventory in net.minecraft.entity.player
Classes in net.minecraft.entity.player that implement InventoryMethods in net.minecraft.entity.player with parameters of type InventoryModifier and TypeMethodDescriptionvoidClientPlayerEntity.openHorseInventory(HorseBaseEntity horse, Inventory inventory) voidPlayerEntity.openHorseInventory(HorseBaseEntity horse, Inventory inventory) voidServerPlayerEntity.openHorseInventory(HorseBaseEntity horse, Inventory inventory) voidClientPlayerEntity.openInventory(Inventory inventory) voidPlayerEntity.openInventory(Inventory inventory) voidServerPlayerEntity.openInventory(Inventory inventory) -
Uses of Inventory in net.minecraft.entity.vehicle
Classes in net.minecraft.entity.vehicle that implement InventoryModifier and TypeClassDescriptionclassclassclass -
Uses of Inventory in net.minecraft.inventory
Subinterfaces of Inventory in net.minecraft.inventoryClasses in net.minecraft.inventory that implement InventoryModifier and TypeClassDescriptionclass(package private) class(package private) classclassclassclassclassclassFields in net.minecraft.inventory declared as InventoryModifier and TypeFieldDescriptionprivate InventoryDoubleInventory.field_3110private InventoryDoubleInventory.field_3111Methods in net.minecraft.inventory with parameters of type InventoryConstructors in net.minecraft.inventory with parameters of type InventoryModifierConstructorDescriptionDoubleInventory(String string, Inventory inventory, Inventory inventory2) -
Uses of Inventory in net.minecraft.inventory.slot
Fields in net.minecraft.inventory.slot declared as InventoryModifier and TypeFieldDescriptionprivate final InventoryCraftingResultSlot.field_4147final InventorySlot.inventoryMethods in net.minecraft.inventory.slot with parameters of type InventoryConstructors in net.minecraft.inventory.slot with parameters of type InventoryModifierConstructorDescriptionclass_1004(BrewingScreenHandler brewingScreenHandler, Inventory inventory, int int2, int int3, int int4) class_1005(PlayerEntity playerEntity, Inventory inventory, int int2, int int3, int int4) (package private)class_1015(EnchantingScreenHandler enchantingScreenHandler, Inventory inventory, int int2, int int3, int int4) (package private)class_1019(PlayerScreenHandler playerScreenHandler, Inventory inventory, int int2, int int3, int int4, int int5) class_1420(BeaconScreenHandler beaconScreenHandler, Inventory inventory, int int2, int int3, int int4) (package private)class_1423(AnvilScreenHandler anvilScreenHandler, Inventory inventory, int int2, int int3, int int4, World world, int int5, int int6, int int7) (package private)class_1721(HorseScreenHandler horseScreenHandler, Inventory inventory, int int2, int int3, int int4) (package private)class_1722(HorseScreenHandler horseScreenHandler, Inventory inventory, int int2, int int3, int int4, HorseBaseEntity horseBaseEntity) CraftingResultSlot(PlayerEntity playerEntity, Inventory inventory, Inventory inventory2, int int2, int int3, int int4) FurnaceOutputSlot(PlayerEntity player, Inventory inventory, int invSlot, int xPosition, int yPosition) -
Uses of Inventory in net.minecraft.screen
Fields in net.minecraft.screen declared as InventoryModifier and TypeFieldDescriptionPlayerScreenHandler.craftingResultInventoryprivate InventoryAnvilScreenHandler.inventoryprivate InventoryChestScreenHandler.inventoryEnchantingScreenHandler.inventoryprivate final InventoryHopperScreenHandler.inventoryprivate InventoryHorseScreenHandler.playerInvCraftingScreenHandler.resultInvprivate InventoryAnvilScreenHandler.resultInventoryMethods in net.minecraft.screen that return InventoryMethods in net.minecraft.screen with parameters of type InventoryModifier and TypeMethodDescriptionstatic intScreenHandler.calculateComparatorOutput(Inventory inventory) ScreenHandler.method_3255(Inventory inventory, int int2) voidAnvilScreenHandler.onContentChanged(Inventory inventory) voidCraftingScreenHandler.onContentChanged(Inventory inventory) voidEnchantingScreenHandler.onContentChanged(Inventory inventory) voidPlayerScreenHandler.onContentChanged(Inventory inventory) voidScreenHandler.onContentChanged(Inventory inventory) voidVillagerScreenHandler.onContentChanged(Inventory inventory) Constructors in net.minecraft.screen with parameters of type InventoryModifierConstructorDescriptionChestScreenHandler(Inventory inventory, Inventory inventory2) Generic3x3ScreenHandler(Inventory inventory, DispenserBlockEntity dispenserBlockEntity) HopperScreenHandler(PlayerInventory playerInventory, Inventory inventory) HorseScreenHandler(Inventory inventory, Inventory inventory2, HorseBaseEntity horseBaseEntity) -
Uses of Inventory in net.minecraft.util
Subinterfaces of Inventory in net.minecraft.utilMethods in net.minecraft.util with parameters of type InventoryModifier and TypeMethodDescriptionstatic voidWeightedRandomChestContent.generateLoot(Random random, WeightedRandomChestContent[] pool, Inventory inventory, int items) -
Uses of Inventory in net.minecraft.village
Classes in net.minecraft.village that implement Inventory