Uses of Class
net.minecraft.entity.player.PlayerInventory
Packages that use PlayerInventory
Package
Description
-
Uses of PlayerInventory in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as PlayerInventoryConstructors in net.minecraft.client.gui.screen.ingame with parameters of type PlayerInventoryModifierConstructorDescriptionAnvilScreen(PlayerInventory playerInventory, World world, int int2, int int3, int int4) BeaconScreen(PlayerInventory playerInventory, BeaconBlockEntity beaconBlockEntity) BrewingStandScreen(PlayerInventory playerInventory, BrewingStandBlockEntity brewingStandBlockEntity) CraftingTableScreen(PlayerInventory playerInventory, World world, int int2, int int3, int int4) DispenserScreen(PlayerInventory playerInventory, DispenserBlockEntity dispenserBlockEntity) EnchantingScreen(PlayerInventory playerInventory, World world, int int2, int int3, int int4, String string) FurnaceScreen(PlayerInventory playerInventory, FurnaceBlockEntity furnaceBlockEntity) HopperScreen(PlayerInventory playerInventory, Inventory hopperInventory) VillagerTradingScreen(PlayerInventory playerInventory, Trader trader, World world, String string) -
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.screen
Methods in net.minecraft.screen with parameters of type PlayerInventoryModifier and TypeMethodDescriptionshortScreenHandler.getNextActionId(PlayerInventory playerInventory) Constructors in net.minecraft.screen with parameters of type PlayerInventoryModifierConstructorDescriptionAnvilScreenHandler(PlayerInventory playerInventory, World world, int int2, int int3, int int4, PlayerEntity playerEntity) BeaconScreenHandler(PlayerInventory playerInventory, BeaconBlockEntity beaconBlockEntity) BrewingScreenHandler(PlayerInventory playerInventory, BrewingStandBlockEntity brewingStandBlockEntity) CraftingScreenHandler(PlayerInventory playerInventory, World world, int int2, int int3, int int4) EnchantingScreenHandler(PlayerInventory playerInventory, World world, int int2, int int3, int int4) FurnaceScreenHandler(PlayerInventory playerInventory, FurnaceBlockEntity furnaceBlockEntity) HopperScreenHandler(PlayerInventory playerInventory, Inventory inventory) PlayerScreenHandler(PlayerInventory inventory, boolean onServer, PlayerEntity owner) VillagerScreenHandler(PlayerInventory playerInventory, Trader trader, World world) -
Uses of PlayerInventory in net.minecraft.util.crash.provider.world
Constructors in net.minecraft.util.crash.provider.world with parameters of type PlayerInventoryModifierConstructorDescription(package private)ItemStackNameProvider(PlayerInventory playerInventory, ItemStack itemStack)