fr.umlv.botbattle
Interface Position


public interface Position

Represents position of arena item on the radar.

Version:
1.0
Author:
remi
See Also:
ArenaInfo.radar()

Method Summary
 int getX()
          Returns the x coordinate of the position.
 int getY()
          Return the y coordinates of the position
 

Method Detail

getX

int getX()
Returns the x coordinate of the position.

Returns:
the x coordinate

getY

int getY()
Return the y coordinates of the position

Returns:
the y coordinate