Interface IFood

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getX()
      Get the x coordinate relative to the perceiving creature.
      int getY()
      Get the y coordinate relative to the perceiving creature.
    • Method Detail

      • getX

        int getX()
        Get the x coordinate relative to the perceiving creature.
      • getY

        int getY()
        Get the y coordinate relative to the perceiving creature.