|
YATS/Forge Documentation
|
Additional Inherited Members | |
Static Public Member Functions inherited from net.minecraft.tileentity.TileEntity | |
| static void | addMapping (Class par0Class, String par1Str) |
| static TileEntity | createAndLoadEntity (NBTTagCompound par0NBTTagCompound) |
Public Attributes inherited from net.minecraft.tileentity.TileEntity | |
| World | worldObj |
| int | xCoord |
| int | yCoord |
| int | zCoord |
| int | blockMetadata = -1 |
| Block | blockType |
Static Public Attributes inherited from net.minecraft.tileentity.TileEntity | |
| static final AxisAlignedBB | INFINITE_EXTENT_AABB = AxisAlignedBB.getBoundingBox(Double.NEGATIVE_INFINITY, Double.NEGATIVE_INFINITY, Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY, Double.POSITIVE_INFINITY, Double.POSITIVE_INFINITY) |
Protected Attributes inherited from net.minecraft.tileentity.TileEntityDispenser | |
| String | customName |
| String net.minecraft.tileentity.TileEntityDropper.getInvName | ( | ) |
Returns the name of the inventory.
Implements net.minecraft.inventory.IInventory.