net.minecraft.dispenser
Interface IBlockSource

All Superinterfaces:
ILocatableSource, ILocation, IPosition
All Known Implementing Classes:
BlockSourceImpl

public interface IBlockSource
extends ILocatableSource


Method Summary
 TileEntity func_82619_j()
           
 int func_82620_h()
           
 double getX()
           
 int getXInt()
           
 double getY()
           
 int getYInt()
           
 double getZ()
           
 int getZInt()
           
 
Methods inherited from interface net.minecraft.dispenser.ILocation
getWorld
 

Method Detail

getX

double getX()
Specified by:
getX in interface IPosition

getY

double getY()
Specified by:
getY in interface IPosition

getZ

double getZ()
Specified by:
getZ in interface IPosition

getXInt

int getXInt()

getYInt

int getYInt()

getZInt

int getZInt()

func_82620_h

int func_82620_h()

func_82619_j

TileEntity func_82619_j()