Uses of Class
net.minecraft.entity.player.PlayerInventory
Packages that use PlayerInventory
Package
Description
-
Uses of PlayerInventory in net.minecraft
Fields in net.minecraft declared as PlayerInventoryMethods in net.minecraft with parameters of type PlayerInventoryModifier and TypeMethodDescriptionvoidclass_3194.method_14276(ServerPlayerEntity serverPlayerEntity, PlayerInventory playerInventory) voidclass_3194.class_3195.method_14280(PlayerInventory playerInventory) booleanclass_3194.class_3196.method_14283(PlayerInventory playerInventory) Constructors in net.minecraft with parameters of type PlayerInventoryModifierConstructorDescriptionclass_3054(PlayerInventory playerInventory, Inventory inventory, PlayerEntity playerEntity) class_3084(PlayerInventory playerInventory, Inventory inventory) -
Uses of PlayerInventory in net.minecraft.block
Methods in net.minecraft.block with parameters of type PlayerInventoryModifier and TypeMethodDescriptionAnvilBlock.AnvilNameableHandler.createScreenHandler(PlayerInventory inventory, PlayerEntity player) CraftingTableBlock.ClientDummyScreenHandlerProvider.createScreenHandler(PlayerInventory inventory, PlayerEntity player) -
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) ShulkerBoxBlockEntity.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 final 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)