Uses of Class
net.minecraft.entity.player.PlayerInventory
Packages that use PlayerInventory
Package
Description
-
Uses of PlayerInventory in net.minecraft
Methods in net.minecraft with parameters of type PlayerInventoryModifier and TypeMethodDescriptionclass_2169.createScreenHandler(PlayerInventory inventory, PlayerEntity player) class_2179.createScreenHandler(PlayerInventory inventory, PlayerEntity player) Constructors in net.minecraft with parameters of type PlayerInventoryModifierConstructorDescription(package private)class_4547(PlayerInventory playerInventory, ItemStack itemStack) -
Uses of PlayerInventory in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type PlayerInventoryModifier and TypeMethodDescriptionBeaconBlockEntity.createScreenHandler(PlayerInventory inventory, PlayerEntity player) BrewingStandBlockEntity.createScreenHandler(PlayerInventory inventory, PlayerEntity player) ChestBlockEntity.createScreenHandler(PlayerInventory inventory, PlayerEntity player) DispenserBlockEntity.createScreenHandler(PlayerInventory inventory, PlayerEntity player) EnchantingTableBlockEntity.createScreenHandler(PlayerInventory inventory, PlayerEntity player) FurnaceBlockEntity.createScreenHandler(PlayerInventory inventory, PlayerEntity player) HopperBlockEntity.createScreenHandler(PlayerInventory inventory, PlayerEntity player) -
Uses of PlayerInventory in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as PlayerInventoryModifier and TypeFieldDescriptionprivate final PlayerInventoryBrewingStandScreen.inventoryprivate PlayerInventoryAnvilScreen.playerInventoryprivate final PlayerInventoryDispenserScreen.playerInventoryprivate final PlayerInventoryEnchantingScreen.playerInventoryprivate final PlayerInventoryFurnaceScreen.playerInventoryConstructors in net.minecraft.client.gui.screen.ingame with parameters of type PlayerInventoryModifierConstructorDescriptionAnvilScreen(PlayerInventory playerInventory, World world) BeaconScreen(PlayerInventory playerInventory, Inventory beaconInventory) BrewingStandScreen(PlayerInventory inventory, Inventory brewingInventory) CraftingTableScreen(PlayerInventory playerInventory, World world) CraftingTableScreen(PlayerInventory playerInventory, World world, BlockPos pos) DispenserScreen(PlayerInventory playerInventory, Inventory inventory) EnchantingScreen(PlayerInventory playerInventory, World world, Nameable nameable) FurnaceScreen(PlayerInventory playerInventory, Inventory furnaceInventory) HopperScreen(PlayerInventory playerInventory, Inventory hopperInventory) VillagerTradingScreen(PlayerInventory inventory, Trader trader, World world) -
Uses of PlayerInventory in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type PlayerInventoryModifier and TypeMethodDescriptionBlockCommunicationNameable.createScreenHandler(PlayerInventory inventory, PlayerEntity player) -
Uses of PlayerInventory in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as PlayerInventoryMethods in net.minecraft.entity.player with parameters of type PlayerInventory -
Uses of PlayerInventory in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle with parameters of type PlayerInventoryModifier and TypeMethodDescriptionChestMinecartEntity.createScreenHandler(PlayerInventory inventory, PlayerEntity player) HopperMinecartEntity.createScreenHandler(PlayerInventory inventory, PlayerEntity player) -
Uses of PlayerInventory in net.minecraft.inventory
Methods in net.minecraft.inventory with parameters of type PlayerInventoryModifier and TypeMethodDescriptionClientNetworkSyncedInventory.createScreenHandler(PlayerInventory inventory, PlayerEntity player) DoubleInventory.createScreenHandler(PlayerInventory inventory, PlayerEntity player) -
Uses of PlayerInventory in net.minecraft.screen
Methods in net.minecraft.screen with parameters of type PlayerInventoryModifier and TypeMethodDescriptionNamedScreenHandlerFactory.createScreenHandler(PlayerInventory inventory, PlayerEntity player) shortScreenHandler.getNextActionId(PlayerInventory playerInventory) Constructors in net.minecraft.screen with parameters of type PlayerInventoryModifierConstructorDescriptionAnvilScreenHandler(PlayerInventory playerInventory, World world, PlayerEntity player) AnvilScreenHandler(PlayerInventory playerInventory, World world, BlockPos pos, PlayerEntity player) BrewingScreenHandler(PlayerInventory playerInventory, Inventory inventory) CraftingScreenHandler(PlayerInventory playerInventory, World world, BlockPos pos) EnchantingScreenHandler(PlayerInventory playerInventory, World world) EnchantingScreenHandler(PlayerInventory playerInventory, World world, BlockPos pos) FurnaceScreenHandler(PlayerInventory playerInventory, Inventory inventory) HopperScreenHandler(PlayerInventory playerInventory, Inventory inventory, PlayerEntity player) PlayerScreenHandler(PlayerInventory inventory, boolean onServer, PlayerEntity owner) VillagerScreenHandler(PlayerInventory playerInventory, Trader trader, World world)