public class ContainerPlayer extends ContainerRecipeBook
Modifier and Type | Field and Description |
---|---|
InventoryCrafting |
craftMatrix |
InventoryCraftResult |
craftResult |
boolean |
isLocalWorld |
inventoryItemStacks, inventorySlots, listeners, windowId
Constructor and Description |
---|
ContainerPlayer(InventoryPlayer playerInventory,
boolean localWorld,
EntityPlayer playerIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
canInteractWith(EntityPlayer playerIn) |
boolean |
canMergeSlot(ItemStack stack,
Slot slotIn) |
void |
clear() |
void |
func_201771_a(RecipeItemHelper p_201771_1_) |
int |
getHeight() |
int |
getOutputSlot() |
int |
getSize() |
int |
getWidth() |
boolean |
matches(IRecipe p_201769_1_) |
void |
onContainerClosed(EntityPlayer playerIn) |
void |
onCraftMatrixChanged(IInventory inventoryIn) |
ItemStack |
transferStackInSlot(EntityPlayer playerIn,
int index) |
addListener, addSlot, areItemsAndTagsEqual, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, clearContainer, computeStackSize, detectAndSendChanges, enchantItem, extractDragMode, getCanCraft, getDragEvent, getInventory, getNextTransactionID, getQuickcraftMask, getSlot, getSlotFromInventory, isValidDragMode, mergeItemStack, putStackInSlot, removeListener, resetDrag, setAll, setCanCraft, slotChangedCraftingGrid, slotClick, updateProgressBar
public InventoryCrafting craftMatrix
public InventoryCraftResult craftResult
public boolean isLocalWorld
public ContainerPlayer(InventoryPlayer playerInventory, boolean localWorld, EntityPlayer playerIn)
public void func_201771_a(RecipeItemHelper p_201771_1_)
func_201771_a
in class ContainerRecipeBook
public void clear()
clear
in class ContainerRecipeBook
public boolean matches(IRecipe p_201769_1_)
matches
in class ContainerRecipeBook
public void onCraftMatrixChanged(IInventory inventoryIn)
onCraftMatrixChanged
in class Container
public void onContainerClosed(EntityPlayer playerIn)
onContainerClosed
in class Container
public boolean canInteractWith(EntityPlayer playerIn)
canInteractWith
in class Container
public ItemStack transferStackInSlot(EntityPlayer playerIn, int index)
transferStackInSlot
in class Container
public boolean canMergeSlot(ItemStack stack, Slot slotIn)
canMergeSlot
in class Container
public int getOutputSlot()
getOutputSlot
in class ContainerRecipeBook
public int getWidth()
getWidth
in class ContainerRecipeBook
public int getHeight()
getHeight
in class ContainerRecipeBook
public int getSize()
getSize
in class ContainerRecipeBook