Uses of Class
net.minecraft.entity.player.PlayerInventory
-
-
Uses of PlayerInventory in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type PlayerInventory Modifier and Type Method Description boolean
InventoryChangeTrigger.Instance. matches(PlayerInventory p_234805_1_, ItemStack p_234805_2_, int p_234805_3_, int p_234805_4_, int p_234805_5_)
void
InventoryChangeTrigger. trigger(ServerPlayerEntity p_234803_1_, PlayerInventory p_234803_2_, ItemStack p_234803_3_)
private void
InventoryChangeTrigger. trigger(ServerPlayerEntity p_234804_1_, PlayerInventory p_234804_2_, ItemStack p_234804_3_, int p_234804_4_, int p_234804_5_, int p_234804_6_)
-
Uses of PlayerInventory in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type PlayerInventory Modifier and Type Method Description U
ScreenManager.IScreenFactory. create(T p_create_1_, PlayerInventory p_create_2_, ITextComponent p_create_3_)
Constructors in net.minecraft.client.gui with parameters of type PlayerInventory Constructor Description DisplayEffectsScreen(T p_i51091_1_, PlayerInventory p_i51091_2_, ITextComponent p_i51091_3_)
-
Uses of PlayerInventory in net.minecraft.client.gui.screen
Constructors in net.minecraft.client.gui.screen with parameters of type PlayerInventory Constructor Description EnchantmentScreen(EnchantmentContainer p_i51090_1_, PlayerInventory p_i51090_2_, ITextComponent p_i51090_3_)
GrindstoneScreen(GrindstoneContainer p_i51086_1_, PlayerInventory p_i51086_2_, ITextComponent p_i51086_3_)
HopperScreen(HopperContainer p_i51085_1_, PlayerInventory p_i51085_2_, ITextComponent p_i51085_3_)
LecternScreen(LecternContainer p_i51082_1_, PlayerInventory p_i51082_2_, ITextComponent p_i51082_3_)
LoomScreen(LoomContainer p_i51081_1_, PlayerInventory p_i51081_2_, ITextComponent p_i51081_3_)
-
Uses of PlayerInventory in net.minecraft.client.gui.screen.inventory
Fields in net.minecraft.client.gui.screen.inventory declared as PlayerInventory Modifier and Type Field Description protected PlayerInventory
ContainerScreen. inventory
-
Uses of PlayerInventory in net.minecraft.entity.item.minecart
Methods in net.minecraft.entity.item.minecart with parameters of type PlayerInventory Modifier and Type Method Description Container
ChestMinecartEntity. createMenu(int p_213968_1_, PlayerInventory p_213968_2_)
protected abstract Container
ContainerMinecartEntity. createMenu(int p_213968_1_, PlayerInventory p_213968_2_)
Container
ContainerMinecartEntity. createMenu(int p_createMenu_1_, PlayerInventory p_createMenu_2_, PlayerEntity p_createMenu_3_)
Container
HopperMinecartEntity. createMenu(int p_213968_1_, PlayerInventory p_213968_2_)
-
Uses of PlayerInventory in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as PlayerInventory Modifier and Type Field Description PlayerInventory
PlayerEntity. inventory
Methods in net.minecraft.entity.player with parameters of type PlayerInventory Modifier and Type Method Description void
PlayerInventory. replaceWith(PlayerInventory p_70455_1_)
-
Uses of PlayerInventory in net.minecraft.inventory.container
Methods in net.minecraft.inventory.container with parameters of type PlayerInventory Modifier and Type Method Description short
Container. backup(PlayerInventory p_75136_1_)
T
ContainerType. create(int p_221506_1_, PlayerInventory p_221506_2_)
T
ContainerType. create(int windowId, PlayerInventory playerInv, PacketBuffer extraData)
T
ContainerType.IFactory. create(int p_create_1_, PlayerInventory p_create_2_)
Container
IContainerProvider. createMenu(int p_createMenu_1_, PlayerInventory p_createMenu_2_, PlayerEntity p_createMenu_3_)
Container
SimpleNamedContainerProvider. createMenu(int p_createMenu_1_, PlayerInventory p_createMenu_2_, PlayerEntity p_createMenu_3_)
static ChestContainer
ChestContainer. fiveRows(int p_216989_0_, PlayerInventory p_216989_1_)
static ChestContainer
ChestContainer. fourRows(int p_216991_0_, PlayerInventory p_216991_1_)
static ChestContainer
ChestContainer. oneRow(int p_216986_0_, PlayerInventory p_216986_1_)
static ChestContainer
ChestContainer. sixRows(int p_216990_0_, PlayerInventory p_216990_1_)
static ChestContainer
ChestContainer. sixRows(int p_216984_0_, PlayerInventory p_216984_1_, IInventory p_216984_2_)
static ChestContainer
ChestContainer. threeRows(int p_216988_0_, PlayerInventory p_216988_1_)
static ChestContainer
ChestContainer. threeRows(int p_216992_0_, PlayerInventory p_216992_1_, IInventory p_216992_2_)
static ChestContainer
ChestContainer. twoRows(int p_216987_0_, PlayerInventory p_216987_1_)
Constructors in net.minecraft.inventory.container with parameters of type PlayerInventory Constructor Description AbstractFurnaceContainer(ContainerType<?> p_i241921_1_, IRecipeType<? extends AbstractCookingRecipe> p_i241921_2_, RecipeBookCategory p_i241921_3_, int p_i241921_4_, PlayerInventory p_i241921_5_)
AbstractFurnaceContainer(ContainerType<?> p_i241922_1_, IRecipeType<? extends AbstractCookingRecipe> p_i241922_2_, RecipeBookCategory p_i241922_3_, int p_i241922_4_, PlayerInventory p_i241922_5_, IInventory p_i241922_6_, IIntArray p_i241922_7_)
AbstractRepairContainer(ContainerType<?> p_i231587_1_, int p_i231587_2_, PlayerInventory p_i231587_3_, IWorldPosCallable p_i231587_4_)
BlastFurnaceContainer(int p_i50097_1_, PlayerInventory p_i50097_2_)
BlastFurnaceContainer(int p_i50098_1_, PlayerInventory p_i50098_2_, IInventory p_i50098_3_, IIntArray p_i50098_4_)
BrewingStandContainer(int p_i50095_1_, PlayerInventory p_i50095_2_)
BrewingStandContainer(int p_i50096_1_, PlayerInventory p_i50096_2_, IInventory p_i50096_3_, IIntArray p_i50096_4_)
CartographyContainer(int p_i50093_1_, PlayerInventory p_i50093_2_)
CartographyContainer(int p_i50094_1_, PlayerInventory p_i50094_2_, IWorldPosCallable p_i50094_3_)
ChestContainer(ContainerType<?> p_i50091_1_, int p_i50091_2_, PlayerInventory p_i50091_3_, int p_i50091_4_)
ChestContainer(ContainerType<?> p_i50092_1_, int p_i50092_2_, PlayerInventory p_i50092_3_, IInventory p_i50092_4_, int p_i50092_5_)
DispenserContainer(int p_i50087_1_, PlayerInventory p_i50087_2_)
DispenserContainer(int p_i50088_1_, PlayerInventory p_i50088_2_, IInventory p_i50088_3_)
EnchantmentContainer(int p_i50085_1_, PlayerInventory p_i50085_2_)
EnchantmentContainer(int p_i50086_1_, PlayerInventory p_i50086_2_, IWorldPosCallable p_i50086_3_)
FurnaceContainer(int p_i50082_1_, PlayerInventory p_i50082_2_)
FurnaceContainer(int p_i50083_1_, PlayerInventory p_i50083_2_, IInventory p_i50083_3_, IIntArray p_i50083_4_)
GrindstoneContainer(int p_i50080_1_, PlayerInventory p_i50080_2_)
GrindstoneContainer(int p_i50081_1_, PlayerInventory p_i50081_2_, IWorldPosCallable p_i50081_3_)
HopperContainer(int p_i50078_1_, PlayerInventory p_i50078_2_)
HopperContainer(int p_i50079_1_, PlayerInventory p_i50079_2_, IInventory p_i50079_3_)
HorseInventoryContainer(int p_i50077_1_, PlayerInventory p_i50077_2_, IInventory p_i50077_3_, AbstractHorseEntity p_i50077_4_)
LoomContainer(int p_i50073_1_, PlayerInventory p_i50073_2_)
LoomContainer(int p_i50074_1_, PlayerInventory p_i50074_2_, IWorldPosCallable p_i50074_3_)
MerchantContainer(int p_i50068_1_, PlayerInventory p_i50068_2_)
MerchantContainer(int p_i50069_1_, PlayerInventory p_i50069_2_, IMerchant p_i50069_3_)
PlayerContainer(PlayerInventory p_i1819_1_, boolean p_i1819_2_, PlayerEntity p_i1819_3_)
RepairContainer(int p_i50101_1_, PlayerInventory p_i50101_2_)
RepairContainer(int p_i50102_1_, PlayerInventory p_i50102_2_, IWorldPosCallable p_i50102_3_)
ShulkerBoxContainer(int p_i50065_1_, PlayerInventory p_i50065_2_)
ShulkerBoxContainer(int p_i50066_1_, PlayerInventory p_i50066_2_, IInventory p_i50066_3_)
SmithingTableContainer(int p_i231590_1_, PlayerInventory p_i231590_2_)
SmithingTableContainer(int p_i231591_1_, PlayerInventory p_i231591_2_, IWorldPosCallable p_i231591_3_)
SmokerContainer(int p_i50061_1_, PlayerInventory p_i50061_2_)
SmokerContainer(int p_i50062_1_, PlayerInventory p_i50062_2_, IInventory p_i50062_3_, IIntArray p_i50062_4_)
StonecutterContainer(int p_i50059_1_, PlayerInventory p_i50059_2_)
StonecutterContainer(int p_i50060_1_, PlayerInventory p_i50060_2_, IWorldPosCallable p_i50060_3_)
WorkbenchContainer(int p_i50089_1_, PlayerInventory p_i50089_2_)
WorkbenchContainer(int p_i50090_1_, PlayerInventory p_i50090_2_, IWorldPosCallable p_i50090_3_)
-
Uses of PlayerInventory in net.minecraft.item.crafting
Fields in net.minecraft.item.crafting declared as PlayerInventory Modifier and Type Field Description protected PlayerInventory
ServerRecipePlacer. inventory
-
Uses of PlayerInventory in net.minecraft.tileentity
Methods in net.minecraft.tileentity with parameters of type PlayerInventory Modifier and Type Method Description protected Container
BarrelTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)
Container
BeaconTileEntity. createMenu(int p_createMenu_1_, PlayerInventory p_createMenu_2_, PlayerEntity p_createMenu_3_)
protected Container
BlastFurnaceTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)
protected Container
BrewingStandTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)
protected Container
ChestTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)
protected Container
DispenserTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)
protected Container
FurnaceTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)
protected Container
HopperTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)
Container
LecternTileEntity. createMenu(int p_createMenu_1_, PlayerInventory p_createMenu_2_, PlayerEntity p_createMenu_3_)
Container
LockableLootTileEntity. createMenu(int p_createMenu_1_, PlayerInventory p_createMenu_2_, PlayerEntity p_createMenu_3_)
protected abstract Container
LockableTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)
Container
LockableTileEntity. createMenu(int p_createMenu_1_, PlayerInventory p_createMenu_2_, PlayerEntity p_createMenu_3_)
protected Container
ShulkerBoxTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)
protected Container
SmokerTileEntity. createMenu(int p_213906_1_, PlayerInventory p_213906_2_)
-
Uses of PlayerInventory in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions with parameters of type PlayerInventory Modifier and Type Method Description T
IForgeContainerType. create(int windowId, PlayerInventory playerInv, PacketBuffer extraData)
-
Uses of PlayerInventory in net.minecraftforge.debug.misc
Constructors in net.minecraftforge.debug.misc with parameters of type PlayerInventory Constructor Description TestContainer(int windowId, PlayerInventory playerInv, PacketBuffer extraData)
TestGui(ContainerTypeTest.TestContainer container, PlayerInventory inv, ITextComponent name)
-
Uses of PlayerInventory in net.minecraftforge.fml.network
Methods in net.minecraftforge.fml.network with parameters of type PlayerInventory Modifier and Type Method Description default T
IContainerFactory. create(int p_create_1_, PlayerInventory p_create_2_)
T
IContainerFactory. create(int windowId, PlayerInventory inv, PacketBuffer data)
-
Uses of PlayerInventory in net.minecraftforge.items.wrapper
Fields in net.minecraftforge.items.wrapper declared as PlayerInventory Modifier and Type Field Description private PlayerInventory
PlayerArmorInvWrapper. inventoryPlayer
private PlayerInventory
PlayerMainInvWrapper. inventoryPlayer
Methods in net.minecraftforge.items.wrapper that return PlayerInventory Modifier and Type Method Description PlayerInventory
PlayerArmorInvWrapper. getInventoryPlayer()
PlayerInventory
PlayerMainInvWrapper. getInventoryPlayer()
Constructors in net.minecraftforge.items.wrapper with parameters of type PlayerInventory Constructor Description PlayerArmorInvWrapper(PlayerInventory inv)
PlayerInvWrapper(PlayerInventory inv)
PlayerMainInvWrapper(PlayerInventory inv)
PlayerOffhandInvWrapper(PlayerInventory inv)
-