public class CartographyContainer extends Container
Modifier and Type | Field and Description |
---|---|
IInventory |
field_216998_c |
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) |
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, updateProgressBar
public final IInventory field_216998_c
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 Container
public void onCraftMatrixChanged(IInventory inventoryIn)
onCraftMatrixChanged
in class Container
public boolean canMergeSlot(ItemStack stack, Slot slotIn)
canMergeSlot
in class Container
public ItemStack transferStackInSlot(PlayerEntity playerIn, int index)
transferStackInSlot
in class Container
public void onContainerClosed(PlayerEntity playerIn)
onContainerClosed
in class Container