Modifier and Type | Method and Description |
---|---|
boolean |
InventoryChangeTrigger.Instance.test(PlayerInventory inventory) |
void |
InventoryChangeTrigger.trigger(ServerPlayerEntity player,
PlayerInventory inventory) |
Modifier and Type | Method and Description |
---|---|
U |
ScreenManager.IScreenFactory.create(T p_create_1_,
PlayerInventory p_create_2_,
ITextComponent p_create_3_) |
Constructor and Description |
---|
DisplayEffectsScreen(T screenContainer,
PlayerInventory inv,
ITextComponent titleIn) |
Constructor and 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_) |
Modifier and Type | Field and Description |
---|---|
protected PlayerInventory |
ContainerScreen.playerInventory |
Modifier and Type | Method and Description |
---|---|
Container |
ChestMinecartEntity.createContainer(int id,
PlayerInventory playerInventoryIn) |
protected abstract Container |
ContainerMinecartEntity.createContainer(int id,
PlayerInventory playerInventoryIn) |
Container |
HopperMinecartEntity.createContainer(int id,
PlayerInventory playerInventoryIn) |
Container |
ContainerMinecartEntity.createMenu(int p_createMenu_1_,
PlayerInventory p_createMenu_2_,
PlayerEntity p_createMenu_3_) |
Modifier and Type | Field and Description |
---|---|
PlayerInventory |
PlayerEntity.inventory |
Modifier and Type | Method and Description |
---|---|
void |
PlayerInventory.copyInventory(PlayerInventory playerInventory) |
Modifier and Type | Method and Description |
---|---|
T |
ContainerType.create(int windowId,
PlayerInventory player) |
T |
ContainerType.IFactory.create(int p_create_1_,
PlayerInventory p_create_2_) |
T |
ContainerType.create(int windowId,
PlayerInventory playerInv,
PacketBuffer extraData) |
static ChestContainer |
ChestContainer.createGeneric9X1(int id,
PlayerInventory player) |
static ChestContainer |
ChestContainer.createGeneric9X2(int id,
PlayerInventory player) |
static ChestContainer |
ChestContainer.createGeneric9X3(int id,
PlayerInventory player) |
static ChestContainer |
ChestContainer.createGeneric9X3(int id,
PlayerInventory player,
IInventory blockEntity) |
static ChestContainer |
ChestContainer.createGeneric9X4(int id,
PlayerInventory player) |
static ChestContainer |
ChestContainer.createGeneric9X5(int id,
PlayerInventory player) |
static ChestContainer |
ChestContainer.createGeneric9X6(int id,
PlayerInventory player) |
static ChestContainer |
ChestContainer.createGeneric9X6(int id,
PlayerInventory player,
IInventory blockEntity) |
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_) |
short |
Container.getNextTransactionID(PlayerInventory invPlayer) |
Constructor and Description |
---|
AbstractFurnaceContainer(ContainerType<?> containerTypeIn,
IRecipeType<? extends AbstractCookingRecipe> recipeTypeIn,
int id,
PlayerInventory playerInventoryIn) |
AbstractFurnaceContainer(ContainerType<?> containerTypeIn,
IRecipeType<? extends AbstractCookingRecipe> recipeTypeIn,
int id,
PlayerInventory playerInventoryIn,
IInventory furnaceInventoryIn,
IIntArray furnaceDataIn) |
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<?> type,
int id,
PlayerInventory playerInventoryIn,
IInventory p_i50092_4_,
int rows) |
ChestContainer(ContainerType<?> type,
int id,
PlayerInventory player,
int rows) |
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 id,
PlayerInventory playerInventoryIn) |
FurnaceContainer(int id,
PlayerInventory playerInventoryIn,
IInventory furnaceInventoryIn,
IIntArray p_i50083_4_) |
GrindstoneContainer(int p_i50080_1_,
PlayerInventory playerInventoryIn) |
GrindstoneContainer(int windowIdIn,
PlayerInventory p_i50081_2_,
IWorldPosCallable worldPosCallableIn) |
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 id,
PlayerInventory playerInventoryIn) |
MerchantContainer(int id,
PlayerInventory playerInventoryIn,
IMerchant merchantIn) |
PlayerContainer(PlayerInventory playerInventory,
boolean localWorld,
PlayerEntity playerIn) |
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_) |
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 windowIdIn,
PlayerInventory playerInventoryIn) |
StonecutterContainer(int windowIdIn,
PlayerInventory playerInventoryIn,
IWorldPosCallable worldPosCallableIn) |
WorkbenchContainer(int p_i50089_1_,
PlayerInventory p_i50089_2_) |
WorkbenchContainer(int p_i50090_1_,
PlayerInventory p_i50090_2_,
IWorldPosCallable p_i50090_3_) |
Modifier and Type | Field and Description |
---|---|
protected PlayerInventory |
ServerRecipePlacer.playerInventory |
Modifier and Type | Method and Description |
---|---|
protected Container |
ChestTileEntity.createMenu(int id,
PlayerInventory player) |
protected Container |
FurnaceTileEntity.createMenu(int id,
PlayerInventory player) |
protected Container |
BarrelTileEntity.createMenu(int id,
PlayerInventory player) |
protected Container |
ShulkerBoxTileEntity.createMenu(int id,
PlayerInventory player) |
protected Container |
SmokerTileEntity.createMenu(int id,
PlayerInventory player) |
protected Container |
DispenserTileEntity.createMenu(int id,
PlayerInventory player) |
protected Container |
BrewingStandTileEntity.createMenu(int id,
PlayerInventory player) |
protected Container |
HopperTileEntity.createMenu(int id,
PlayerInventory player) |
protected abstract Container |
LockableTileEntity.createMenu(int id,
PlayerInventory player) |
protected Container |
BlastFurnaceTileEntity.createMenu(int id,
PlayerInventory player) |
Container |
BeaconTileEntity.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_) |
Container |
LockableTileEntity.createMenu(int p_createMenu_1_,
PlayerInventory p_createMenu_2_,
PlayerEntity p_createMenu_3_) |
Container |
LecternTileEntity.createMenu(int p_createMenu_1_,
PlayerInventory p_createMenu_2_,
PlayerEntity p_createMenu_3_) |
Modifier and Type | Method and Description |
---|---|
T |
IForgeContainerType.create(int windowId,
PlayerInventory playerInv,
PacketBuffer extraData) |
Constructor and Description |
---|
TestContainer(int windowId,
PlayerInventory playerInv,
PacketBuffer extraData) |
TestGui(ContainerTypeTest.TestContainer container,
PlayerInventory inv,
ITextComponent name) |
Modifier and Type | Method and Description |
---|---|
default T |
IContainerFactory.create(int p_create_1_,
PlayerInventory p_create_2_) |
T |
IContainerFactory.create(int windowId,
PlayerInventory inv,
PacketBuffer data) |
Modifier and Type | Field and Description |
---|---|
private PlayerInventory |
PlayerMainInvWrapper.inventoryPlayer |
private PlayerInventory |
PlayerArmorInvWrapper.inventoryPlayer |
Modifier and Type | Method and Description |
---|---|
PlayerInventory |
PlayerMainInvWrapper.getInventoryPlayer() |
PlayerInventory |
PlayerArmorInvWrapper.getInventoryPlayer() |
Constructor and Description |
---|
PlayerArmorInvWrapper(PlayerInventory inv) |
PlayerInvWrapper(PlayerInventory inv) |
PlayerMainInvWrapper(PlayerInventory inv) |
PlayerOffhandInvWrapper(PlayerInventory inv) |