Interface IBlockSource

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

public interface IBlockSource extends ILocatableSource
  • Method Details

    • 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()
    • getBlockMetadata

      int getBlockMetadata()
    • getBlockTileEntity

      TileEntity getBlockTileEntity()