Uses of Interface
net.minecraft.inventory.Inventory
Packages that use Inventory
Package
Description
-
Uses of Inventory in net.minecraft.block.entity
Subinterfaces of Inventory in net.minecraft.block.entityClasses in net.minecraft.block.entity that implement InventoryModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassMethods 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 TypeMethodDescriptionprivate static booleanHopperBlockEntity.canExtract(Inventory inv, ItemStack stack, int slot, Direction facing) private static booleanstatic booleanHopperBlockEntity.extract(Inventory inventory, ItemEntity itemEntity) private static booleanHopperBlockEntity.method_4822(HopperProvider hopperProvider, Inventory inventory, int int2, Direction direction) private static ItemStackHopperBlockEntity.method_4832(Inventory inventory, ItemStack itemStack, int int2, Direction direction) private booleanHopperBlockEntity.method_6522(Inventory inventory, Direction direction) private static booleanHopperBlockEntity.method_6523(Inventory inventory, Direction direction) static booleanFurnaceBlockEntity.method_8989(Inventory inventory) static ItemStack -
Uses of Inventory in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type InventoryModifier and TypeMethodDescriptionvoidCreativeInventoryListener.onScreenHandlerInventoryUpdate(ScreenHandler handler, Inventory 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 InventoryBeaconScreen.beaconInventoryprivate InventoryChestScreen.bottomprivate InventoryBrewingStandScreen.brewingInventoryprivate InventoryHorseScreen.chestInventoryprivate InventoryFurnaceScreen.furnaceInventoryprivate InventoryHopperScreen.hopperInventoryDispenserScreen.inventoryprivate InventoryHopperScreen.playerInventoryprivate InventoryChestScreen.topMethods in net.minecraft.client.gui.screen.ingame with parameters of type InventoryModifier and TypeMethodDescriptionbooleanvoidAnvilScreen.onScreenHandlerInventoryUpdate(ScreenHandler handler, Inventory inventory) Constructors in net.minecraft.client.gui.screen.ingame with parameters of type InventoryModifierConstructorDescriptionBeaconScreen(PlayerInventory playerInventory, Inventory beaconInventory) BrewingStandScreen(PlayerInventory inventory, Inventory brewingInventory) ChestScreen(Inventory bottom, Inventory top) DispenserScreen(PlayerInventory playerInventory, Inventory inventory) FurnaceScreen(PlayerInventory playerInventory, Inventory furnaceInventory) 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 TypeMethodDescriptionvoidServerPlayerEntity.onScreenHandlerInventoryUpdate(ScreenHandler handler, Inventory inventory) voidClientPlayerEntity.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 TypeClassDescriptionclassclassclassclassclassclassclassMethods in net.minecraft.inventory with parameters of type Inventory -
Uses of Inventory in net.minecraft.inventory.slot
Fields in net.minecraft.inventory.slot declared as InventoryMethods in net.minecraft.inventory.slot with parameters of type InventoryConstructors in net.minecraft.inventory.slot with parameters of type InventoryModifierConstructorDescriptionCraftingResultSlot(PlayerEntity player, CraftingInventory craftingInv, Inventory inventory, int invSlot, int xPosition, int yPosition) FurnaceFuelSlot(Inventory inventory, int invSlot, int xPosition, int yPosition) 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 InventoryBrewingScreenHandler.inventoryprivate InventoryChestScreenHandler.inventoryEnchantingScreenHandler.inventoryprivate final InventoryFurnaceScreenHandler.inventoryprivate InventoryGeneric3x3ScreenHandler.inventoryprivate final InventoryHopperScreenHandler.inventoryprivate InventoryBeaconScreenHandler.paymentInventoryprivate InventoryHorseScreenHandler.playerInvCraftingScreenHandler.resultInvprivate InventoryAnvilScreenHandler.resultInventoryMethods in net.minecraft.screen that return InventoryModifier and TypeMethodDescriptionChestScreenHandler.getInventory()BeaconScreenHandler.getPaymentInventory()Methods 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) voidScreenHandlerListener.onScreenHandlerInventoryUpdate(ScreenHandler handler, Inventory inventory) Constructors in net.minecraft.screen with parameters of type InventoryModifierConstructorDescriptionBeaconScreenHandler(Inventory playerInventory, Inventory paymentInventory) BrewingScreenHandler(PlayerInventory playerInventory, Inventory inventory) ChestScreenHandler(Inventory inventory, Inventory playerInventory, PlayerEntity player) FurnaceScreenHandler(PlayerInventory playerInventory, Inventory inventory) Generic3x3ScreenHandler(Inventory playerInventory, Inventory inventory) HopperScreenHandler(PlayerInventory playerInventory, Inventory inventory, PlayerEntity player) HorseScreenHandler(Inventory inventory, Inventory playerInventory, HorseBaseEntity horse, PlayerEntity player) PaymentSlot(Inventory inventory, int id, int x, int y) PotionSlot(PlayerEntity player, Inventory inventory, int invSlot, int xPosition, int yPosition) -
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.fillInventory(Random rand, List<WeightedRandomChestContent> lootTable, Inventory inventory, int int2) private static voidstatic voidstatic void -
Uses of Inventory in net.minecraft.village
Classes in net.minecraft.village that implement Inventory