public class CartographyContainer extends Container
| Modifier and Type | Field and Description | 
|---|---|
| IInventory | field_216998_c | 
| private IWorldPosCallable | field_216999_d | 
| private boolean | field_217000_e | 
| private CraftResultInventory | field_217001_f | 
| private long | field_226605_f_ | 
inventorySlots, windowId| Constructor and Description | 
|---|
| CartographyContainer(int p_i50093_1_,
                    PlayerInventory p_i50093_2_) | 
| CartographyContainer(int p_i50094_1_,
                    PlayerInventory p_i50094_2_,
                    IWorldPosCallable p_i50094_3_) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canInteractWith(PlayerEntity playerIn) | 
| boolean | canMergeSlot(ItemStack stack,
            Slot slotIn) | 
| private void | func_216993_a(ItemStack p_216993_1_,
             ItemStack p_216993_2_,
             ItemStack p_216993_3_) | 
| void | onContainerClosed(PlayerEntity playerIn) | 
| void | onCraftMatrixChanged(IInventory inventoryIn) | 
| ItemStack | transferStackInSlot(PlayerEntity playerIn,
                   int index) | 
addListener, addSlot, areItemsAndTagsEqual, assertIntArraySize, assertInventorySize, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, clearContainer, computeStackSize, detectAndSendChanges, enchantItem, extractDragMode, getCanCraft, getDragEvent, getInventory, getNextTransactionID, getQuickcraftMask, getSlot, getType, isValidDragMode, isWithinUsableDistance, mergeItemStack, putStackInSlot, removeListener, resetDrag, setAll, setCanCraft, slotClick, trackInt, trackIntArray, updateProgressBarprivate final IWorldPosCallable field_216999_d
private boolean field_217000_e
private long field_226605_f_
public final IInventory field_216998_c
private final CraftResultInventory field_217001_f
public CartographyContainer(int p_i50093_1_,
                            PlayerInventory p_i50093_2_)
public CartographyContainer(int p_i50094_1_,
                            PlayerInventory p_i50094_2_,
                            IWorldPosCallable p_i50094_3_)
public boolean canInteractWith(PlayerEntity playerIn)
canInteractWith in class Containerpublic void onCraftMatrixChanged(IInventory inventoryIn)
onCraftMatrixChanged in class Containerprivate void func_216993_a(ItemStack p_216993_1_, ItemStack p_216993_2_, ItemStack p_216993_3_)
public boolean canMergeSlot(ItemStack stack, Slot slotIn)
canMergeSlot in class Containerpublic ItemStack transferStackInSlot(PlayerEntity playerIn, int index)
transferStackInSlot in class Containerpublic void onContainerClosed(PlayerEntity playerIn)
onContainerClosed in class Container