public class TileEntity
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
field_31007_h |
World |
worldObj |
int |
xCoord |
int |
yCoord |
int |
zCoord |
Constructor and Description |
---|
TileEntity() |
Modifier and Type | Method and Description |
---|---|
static TileEntity |
createAndLoadEntity(NBTTagCompound nbttagcompound) |
void |
func_31004_j() |
void |
func_31005_i() |
boolean |
func_31006_g() |
int |
getBlockMetadata() |
Block |
getBlockType() |
double |
getDistanceFrom(double d,
double d1,
double d2) |
void |
onInventoryChanged() |
void |
readFromNBT(NBTTagCompound nbttagcompound) |
void |
updateEntity() |
void |
writeToNBT(NBTTagCompound nbttagcompound) |
public World worldObj
public int xCoord
public int yCoord
public int zCoord
protected boolean field_31007_h
public void readFromNBT(NBTTagCompound nbttagcompound)
public void writeToNBT(NBTTagCompound nbttagcompound)
public void updateEntity()
public static TileEntity createAndLoadEntity(NBTTagCompound nbttagcompound)
public int getBlockMetadata()
public void onInventoryChanged()
public double getDistanceFrom(double d, double d1, double d2)
public Block getBlockType()
public boolean func_31006_g()
public void func_31005_i()
public void func_31004_j()