Interface WorldBlock

All Superinterfaces:
Block

public interface WorldBlock extends Block
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the X coordinate of the block
    int
    Get the Y coordinate of the block
    int
    Get the Z coordinate of the block

    Methods inherited from interface org.galliumpowered.world.block.Block

    getId, getName
  • Method Details

    • getX

      int getX()
      Get the X coordinate of the block
      Returns:
      X coordinate
    • getY

      int getY()
      Get the Y coordinate of the block
      Returns:
      Y coordinate
    • getZ

      int getZ()
      Get the Z coordinate of the block
      Returns:
      Z coordinate