public class TileEntityBrewingStand extends TileEntity implements ISidedInventory
blockMetadata, blockType, INFINITE_EXTENT_AABB, tileEntityInvalid, worldObj, xCoord, yCoord, zCoord| Constructor and Description |
|---|
TileEntityBrewingStand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExtractItem(int par1,
ItemStack par2ItemStack,
int par3) |
boolean |
canInsertItem(int par1,
ItemStack par2ItemStack,
int par3) |
void |
closeInventory() |
ItemStack |
decrStackSize(int par1,
int par2) |
void |
func_145937_a(java.lang.String p_145937_1_) |
void |
func_145938_d(int p_145938_1_) |
int[] |
getAccessibleSlotsFromSide(int par1) |
int |
getBrewTime() |
int |
getFilledSlots() |
java.lang.String |
getInventoryName() |
int |
getInventoryStackLimit() |
int |
getSizeInventory() |
ItemStack |
getStackInSlot(int par1) |
ItemStack |
getStackInSlotOnClosing(int par1) |
boolean |
hasCustomInventoryName() |
boolean |
isItemValidForSlot(int par1,
ItemStack par2ItemStack) |
boolean |
isUseableByPlayer(EntityPlayer par1EntityPlayer) |
void |
openInventory() |
void |
readFromNBT(NBTTagCompound p_145839_1_) |
void |
setInventorySlotContents(int par1,
ItemStack par2ItemStack) |
void |
updateEntity() |
void |
writeToNBT(NBTTagCompound p_145841_1_) |
addMapping, canUpdate, createAndLoadEntity, func_145828_a, getBlockMetadata, getBlockType, getDescriptionPacket, getDistanceFrom, getMaxRenderDistanceSquared, getRenderBoundingBox, getWorldObj, hasWorldObj, invalidate, isInvalid, markDirty, onChunkUnload, onDataPacket, receiveClientEvent, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmarkDirtypublic java.lang.String getInventoryName()
getInventoryName in interface IInventorypublic boolean hasCustomInventoryName()
hasCustomInventoryName in interface IInventorypublic void func_145937_a(java.lang.String p_145937_1_)
public int getSizeInventory()
getSizeInventory in interface IInventorypublic void updateEntity()
updateEntity in class TileEntitypublic int getBrewTime()
public void readFromNBT(NBTTagCompound p_145839_1_)
readFromNBT in class TileEntitypublic void writeToNBT(NBTTagCompound p_145841_1_)
writeToNBT in class TileEntitypublic ItemStack getStackInSlot(int par1)
getStackInSlot in interface IInventorypublic ItemStack decrStackSize(int par1, int par2)
decrStackSize in interface IInventorypublic ItemStack getStackInSlotOnClosing(int par1)
getStackInSlotOnClosing in interface IInventorypublic void setInventorySlotContents(int par1,
ItemStack par2ItemStack)
setInventorySlotContents in interface IInventorypublic int getInventoryStackLimit()
getInventoryStackLimit in interface IInventorypublic boolean isUseableByPlayer(EntityPlayer par1EntityPlayer)
isUseableByPlayer in interface IInventorypublic void openInventory()
openInventory in interface IInventorypublic void closeInventory()
closeInventory in interface IInventorypublic boolean isItemValidForSlot(int par1,
ItemStack par2ItemStack)
isItemValidForSlot in interface IInventorypublic void func_145938_d(int p_145938_1_)
public int getFilledSlots()
public int[] getAccessibleSlotsFromSide(int par1)
getAccessibleSlotsFromSide in interface ISidedInventorypublic boolean canInsertItem(int par1,
ItemStack par2ItemStack,
int par3)
canInsertItem in interface ISidedInventorypublic boolean canExtractItem(int par1,
ItemStack par2ItemStack,
int par3)
canExtractItem in interface ISidedInventory