public class CraftResultInventory extends java.lang.Object implements IInventory, IRecipeHolder
| Constructor and Description | 
|---|
| CraftResultInventory() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| ItemStack | decrStackSize(int index,
             int count) | 
| IRecipe<?> | getRecipeUsed() | 
| int | getSizeInventory() | 
| ItemStack | getStackInSlot(int index) | 
| boolean | isEmpty() | 
| boolean | isUsableByPlayer(PlayerEntity player) | 
| void | markDirty() | 
| ItemStack | removeStackFromSlot(int index) | 
| void | setInventorySlotContents(int index,
                        ItemStack stack) | 
| void | setRecipeUsed(IRecipe<?> recipe) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseInventory, count, getInventoryStackLimit, hasAny, isItemValidForSlot, openInventoryclearObjcanUseRecipe, onCraftingpublic int getSizeInventory()
getSizeInventory in interface IInventorypublic boolean isEmpty()
isEmpty in interface IInventorypublic ItemStack getStackInSlot(int index)
getStackInSlot in interface IInventorypublic ItemStack decrStackSize(int index, int count)
decrStackSize in interface IInventorypublic ItemStack removeStackFromSlot(int index)
removeStackFromSlot in interface IInventorypublic void setInventorySlotContents(int index,
                                     ItemStack stack)
setInventorySlotContents in interface IInventorypublic void markDirty()
markDirty in interface IInventorypublic boolean isUsableByPlayer(PlayerEntity player)
isUsableByPlayer in interface IInventorypublic void clear()
clear in interface IClearablepublic void setRecipeUsed(@Nullable
                          IRecipe<?> recipe)
setRecipeUsed in interface IRecipeHolder@Nullable public IRecipe<?> getRecipeUsed()
getRecipeUsed in interface IRecipeHolder