public class BlockSourceImpl extends Object implements IBlockSource
Constructor and Description |
---|
BlockSourceImpl(World par1World,
int par2,
int par3,
int par4) |
Modifier and Type | Method and Description |
---|---|
TileEntity |
func_82619_j() |
int |
func_82620_h() |
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 func_82620_h()
func_82620_h
in interface IBlockSource
public TileEntity func_82619_j()
func_82619_j
in interface IBlockSource