public class MerchantInventory extends java.lang.Object implements IInventory
| Constructor and Description |
|---|
MerchantInventory(IMerchant p_i50071_1_) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
ItemStack |
decrStackSize(int index,
int count) |
int |
func_214024_h() |
MerchantOffer |
func_214025_g() |
int |
getSizeInventory() |
ItemStack |
getStackInSlot(int index) |
boolean |
isEmpty() |
boolean |
isUsableByPlayer(PlayerEntity player) |
void |
markDirty() |
ItemStack |
removeStackFromSlot(int index) |
void |
resetRecipeAndSlots() |
void |
setCurrentRecipeIndex(int currentRecipeIndexIn) |
void |
setInventorySlotContents(int index,
ItemStack stack) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseInventory, count, getInventoryStackLimit, hasAny, isItemValidForSlot, openInventoryclearObjpublic MerchantInventory(IMerchant p_i50071_1_)
public 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 boolean isUsableByPlayer(PlayerEntity player)
isUsableByPlayer in interface IInventorypublic void markDirty()
markDirty in interface IInventorypublic void resetRecipeAndSlots()
@Nullable public MerchantOffer func_214025_g()
public void setCurrentRecipeIndex(int currentRecipeIndexIn)
public void clear()
clear in interface IClearablepublic int func_214024_h()