public class BlockSourceImpl extends java.lang.Object implements IBlockSource
Constructor and Description |
---|
BlockSourceImpl(World par1World,
int par2,
int par3,
int par4) |
Modifier and Type | Method and Description |
---|---|
int |
getBlockMetadata() |
TileEntity |
getBlockTileEntity() |
World |
getWorld() |
double |
getX() |
int |
getXInt() |
double |
getY() |
int |
getYInt() |
double |
getZ() |
int |
getZInt() |
public BlockSourceImpl(World par1World, int par2, int par3, int par4)
public double getX()
getX
in interface IBlockSource
getX
in interface IPosition
public double getY()
getY
in interface IBlockSource
getY
in interface IPosition
public double getZ()
getZ
in interface IBlockSource
getZ
in interface IPosition
public int getXInt()
getXInt
in interface IBlockSource
public int getYInt()
getYInt
in interface IBlockSource
public int getZInt()
getZInt
in interface IBlockSource
public int getBlockMetadata()
getBlockMetadata
in interface IBlockSource
public TileEntity getBlockTileEntity()
getBlockTileEntity
in interface IBlockSource