Uses of Class
net.minecraft.entity.player.PlayerInventory
Packages that use PlayerInventory
Package
Description
-
Uses of PlayerInventory in net.minecraft.client.gui.screen.ingame
Constructors in net.minecraft.client.gui.screen.ingame with parameters of type PlayerInventoryModifierConstructorDescriptionCraftingScreen(PlayerInventory inventory, World world, int int2, int int3, int int4) DispenserScreen(PlayerInventory inventory, DispenserBlockEntity blockEntity) FurnaceScreen(PlayerInventory inventory, FurnaceBlockEntity furnaceBlockEntity) -
Uses of PlayerInventory in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as PlayerInventory -
Uses of PlayerInventory in net.minecraft.screen
Methods in net.minecraft.screen with parameters of type PlayerInventoryConstructors in net.minecraft.screen with parameters of type PlayerInventoryModifierConstructorDescriptionCraftingScreenHandler(PlayerInventory playerInventory, World world, int x, int y, int z) FurnaceScreenHandler(PlayerInventory playerInventory, FurnaceBlockEntity furnaceBlockEntity) PlayerScreenHandler(PlayerInventory inventory) PlayerScreenHandler(PlayerInventory inventory, boolean isLocal)