Uses of Class
net.minecraft.entity.player.PlayerInventory
Packages that use PlayerInventory
-
Uses of PlayerInventory in net.minecraft
Constructors in net.minecraft with parameters of type PlayerInventoryModifierConstructorDescriptionclass_235(PlayerInventory playerInventory, DispenserBlockEntity dispenserBlockEntity) class_516(PlayerInventory playerInventory, World world, int int2, int int3, int int4) class_524(PlayerInventory playerInventory, 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 bool)