public class TileEntityPiston extends TileEntity
field_31007_h, worldObj, xCoord, yCoord, zCoord| Constructor and Description | 
|---|
TileEntityPiston()  | 
TileEntityPiston(int i,
                int j,
                int k,
                boolean flag,
                boolean flag1)  | 
| Modifier and Type | Method and Description | 
|---|---|
float | 
func_31008_a(float f)  | 
int | 
func_31009_d()  | 
void | 
func_31011_l()  | 
boolean | 
func_31012_k()  | 
float | 
func_31013_d(float f)  | 
float | 
func_31014_c(float f)  | 
boolean | 
func_31015_b()  | 
float | 
func_31017_b(float f)  | 
int | 
getBlockMetadata()  | 
int | 
getStoredBlockID()  | 
void | 
readFromNBT(NBTTagCompound nbttagcompound)  | 
void | 
updateEntity()  | 
void | 
writeToNBT(NBTTagCompound nbttagcompound)  | 
createAndLoadEntity, func_31004_j, func_31005_i, func_31006_g, getBlockType, getDistanceFrom, onInventoryChangedpublic TileEntityPiston()
public TileEntityPiston(int i,
                int j,
                int k,
                boolean flag,
                boolean flag1)
public int getStoredBlockID()
public int getBlockMetadata()
getBlockMetadata in class TileEntitypublic boolean func_31015_b()
public int func_31009_d()
public boolean func_31012_k()
public float func_31008_a(float f)
public float func_31017_b(float f)
public float func_31014_c(float f)
public float func_31013_d(float f)
public void func_31011_l()
public void updateEntity()
updateEntity in class TileEntitypublic void readFromNBT(NBTTagCompound nbttagcompound)
readFromNBT in class TileEntitypublic void writeToNBT(NBTTagCompound nbttagcompound)
writeToNBT in class TileEntity