|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.src.TileEntity
net.minecraft.src.TileEntityBeacon
public class TileEntityBeacon
| Field Summary | |
|---|---|
static Potion[][] |
field_82139_a
|
| Fields inherited from class net.minecraft.src.TileEntity |
|---|
blockMetadata, blockType, worldObj, xCoord, yCoord, zCoord |
| Constructor Summary | |
|---|---|
TileEntityBeacon()
|
|
| Method Summary | |
|---|---|
void |
closeChest()
|
ItemStack |
decrStackSize(int par1,
int par2)
Removes from an inventory slot (first arg) up to a specified number (second arg) of items and returns them in a new stack. |
double |
func_82115_m()
|
float |
func_82125_v_()
|
int |
func_82126_i()
|
void |
func_82127_e(int par1)
|
void |
func_82128_d(int par1)
|
void |
func_82129_c(int par1)
|
int |
func_82130_k()
|
int |
func_82132_j()
|
Packet |
getDescriptionPacket()
Overriden in a sign to provide the text. |
int |
getInventoryStackLimit()
Returns the maximum stack size for a inventory slot. |
String |
getInvName()
Returns the name of the inventory. |
int |
getSizeInventory()
Returns the number of slots in the inventory. |
ItemStack |
getStackInSlot(int par1)
Returns the stack in slot i |
ItemStack |
getStackInSlotOnClosing(int par1)
When some containers are closed they call this on each slot, then drop whatever it returns as an EntityItem - like when you close a workbench GUI. |
boolean |
isUseableByPlayer(EntityPlayer par1EntityPlayer)
Do not make give this method the name canInteractWith because it clashes with Container |
void |
openChest()
|
void |
readFromNBT(NBTTagCompound par1NBTTagCompound)
Reads a tile entity from NBT. |
void |
setInventorySlotContents(int par1,
ItemStack par2ItemStack)
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections). |
void |
updateEntity()
Allows the entity to update its state. |
void |
writeToNBT(NBTTagCompound par1NBTTagCompound)
Writes a tile entity to NBT. |
| Methods inherited from class net.minecraft.src.TileEntity |
|---|
addMapping, canUpdate, createAndLoadEntity, func_70309_m, getBlockMetadata, getBlockType, getDistanceFrom, getWorldObj, invalidate, isInvalid, onChunkUnload, onDataPacket, onInventoryChanged, receiveClientEvent, setWorldObj, updateContainingBlockInfo, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.minecraft.src.IInventory |
|---|
onInventoryChanged |
| Field Detail |
|---|
public static final Potion[][] field_82139_a
| Constructor Detail |
|---|
public TileEntityBeacon()
| Method Detail |
|---|
public void updateEntity()
updateEntity in class TileEntitypublic float func_82125_v_()
public int func_82126_i()
public int func_82132_j()
public int func_82130_k()
public void func_82129_c(int par1)
public void func_82128_d(int par1)
public void func_82127_e(int par1)
public Packet getDescriptionPacket()
getDescriptionPacket in class TileEntitypublic double func_82115_m()
func_82115_m in class TileEntitypublic void readFromNBT(NBTTagCompound par1NBTTagCompound)
readFromNBT in class TileEntitypublic void writeToNBT(NBTTagCompound par1NBTTagCompound)
writeToNBT in class TileEntitypublic int getSizeInventory()
getSizeInventory in interface IInventorypublic ItemStack getStackInSlot(int par1)
getStackInSlot in interface IInventory
public ItemStack decrStackSize(int par1,
int par2)
decrStackSize in interface IInventorypublic ItemStack getStackInSlotOnClosing(int par1)
getStackInSlotOnClosing in interface IInventory
public void setInventorySlotContents(int par1,
ItemStack par2ItemStack)
setInventorySlotContents in interface IInventorypublic String getInvName()
getInvName in interface IInventorypublic int getInventoryStackLimit()
getInventoryStackLimit in interface IInventorypublic boolean isUseableByPlayer(EntityPlayer par1EntityPlayer)
isUseableByPlayer in interface IInventorypublic void openChest()
openChest in interface IInventorypublic void closeChest()
closeChest in interface IInventory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||