Package net.minecraft.src
Interface IBlockSource
- All Superinterfaces:
ILocatableSource,ILocation,IPosition
- All Known Implementing Classes:
BlockSourceImpl
-
Method Details
-
getX
double getX() -
getY
double getY() -
getZ
double getZ() -
getXInt
int getXInt() -
getYInt
int getYInt() -
getZInt
int getZInt() -
getBlockMetadata
int getBlockMetadata() -
getBlockTileEntity
TileEntity getBlockTileEntity()
-