Uses of Interface
net.minecraft.inventory.Inventory
Packages that use Inventory
Package
Description
-
Uses of Inventory in net.minecraft.block.entity
Classes in net.minecraft.block.entity that implement InventoryModifier and TypeClassDescriptionclassclassclass -
Uses of Inventory in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as InventoryModifier and TypeFieldDescriptionprivate InventoryDoubleChestScreen.inventoryprivate InventoryDoubleChestScreen.playerInventoryConstructors in net.minecraft.client.gui.screen.ingame with parameters of type Inventory -
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.method_486(Inventory inventory) voidPlayerEntity.method_486(Inventory inventory) voidServerPlayerEntity.method_486(Inventory inventory) -
Uses of Inventory in net.minecraft.entity.vehicle
Classes in net.minecraft.entity.vehicle that implement Inventory -
Uses of Inventory in net.minecraft.inventory
Classes in net.minecraft.inventory that implement InventoryModifier and TypeClassDescriptionclassclassclassclassFields in net.minecraft.inventory declared as InventoryModifier and TypeFieldDescriptionprivate InventoryDoubleInventory.firstprivate InventoryDoubleInventory.secondConstructors in net.minecraft.inventory with parameters of type Inventory -
Uses of Inventory in net.minecraft.screen
Fields in net.minecraft.screen declared as InventoryModifier and TypeFieldDescriptionPlayerScreenHandler.craftingResultprivate InventoryGenericContainerScreenHandler.inventoryCraftingScreenHandler.resultMethods in net.minecraft.screen with parameters of type InventoryModifier and TypeMethodDescriptionvoidCraftingScreenHandler.onSlotUpdate(Inventory inventory) voidPlayerScreenHandler.onSlotUpdate(Inventory inventory) voidScreenHandler.onSlotUpdate(Inventory inventory) Constructors in net.minecraft.screen with parameters of type InventoryModifierConstructorDescriptionDispenserScreenHandler(Inventory playerInventory, DispenserBlockEntity dispenserBlockEntity) GenericContainerScreenHandler(Inventory playerInventory, Inventory inventory) -
Uses of Inventory in net.minecraft.screen.slot
Fields in net.minecraft.screen.slot declared as InventoryModifier and TypeFieldDescriptionprivate final InventoryCraftingResultSlot.inputprivate final InventorySlot.inventoryMethods in net.minecraft.screen.slot with parameters of type InventoryConstructors in net.minecraft.screen.slot with parameters of type InventoryModifierConstructorDescriptionCraftingResultSlot(PlayerEntity player, Inventory input, Inventory inventory, int index, int x, int y) FurnaceOutputSlot(PlayerEntity player, Inventory inventory, int index, int x, int y)