Package net.minecraft.src
Class BlockSourceImpl
java.lang.Object
net.minecraft.src.BlockSourceImpl
- All Implemented Interfaces:
IBlockSource,ILocatableSource,ILocation,IPosition
-
Constructor Details
-
BlockSourceImpl
-
-
Method Details
-
getWorld
-
getX
public double getX()- Specified by:
getXin interfaceIBlockSource- Specified by:
getXin interfaceIPosition
-
getY
public double getY()- Specified by:
getYin interfaceIBlockSource- Specified by:
getYin interfaceIPosition
-
getZ
public double getZ()- Specified by:
getZin interfaceIBlockSource- Specified by:
getZin interfaceIPosition
-
getXInt
public int getXInt()- Specified by:
getXIntin interfaceIBlockSource
-
getYInt
public int getYInt()- Specified by:
getYIntin interfaceIBlockSource
-
getZInt
public int getZInt()- Specified by:
getZIntin interfaceIBlockSource
-
getBlockMetadata
public int getBlockMetadata()- Specified by:
getBlockMetadatain interfaceIBlockSource
-
getBlockTileEntity
- Specified by:
getBlockTileEntityin interfaceIBlockSource
-