Uses of Class
net.minecraft.entity.player.PlayerInventory
Packages that use PlayerInventory
Package
Description
-
Uses of PlayerInventory in net.minecraft.client.gui.screen.container
Constructors in net.minecraft.client.gui.screen.container with parameters of type PlayerInventoryModifierConstructorDescriptionCrafting(PlayerInventory inventory, Level level, int x, int y, int z) Dispenser(PlayerInventory playerInventory, TileEntityDispenser tileEntityDispenser) Furnace(PlayerInventory playerInventory, TileEntityFurnace furnace) -
Uses of PlayerInventory in net.minecraft.container
Methods in net.minecraft.container with parameters of type PlayerInventoryModifier and TypeMethodDescriptionshortContainerBase.method_2090(PlayerInventory playerInventory) Constructors in net.minecraft.container with parameters of type PlayerInventoryModifierConstructorDescriptionCrafting(PlayerInventory playerInventory, Level level, int x, int y, int z) Furnace(PlayerInventory playerInventory, TileEntityFurnace furnace) -
Uses of PlayerInventory in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as PlayerInventoryConstructors in net.minecraft.entity.player with parameters of type PlayerInventoryModifierConstructorDescriptionPlayerContainer(PlayerInventory playerInventory) PlayerContainer(PlayerInventory playerInventory, boolean local)