net.minecraft.dispenser
Interface IPosition

All Known Subinterfaces:
IBlockSource, ILocatableSource, ILocation
All Known Implementing Classes:
BlockSourceImpl, PositionImpl

public interface IPosition


Method Summary
 double getX()
           
 double getY()
           
 double getZ()
           
 

Method Detail

getX

double getX()

getY

double getY()

getZ

double getZ()