jp.ac.nii.icpc2010
Interface ITron


public interface ITron

Every player is represented by a tron on the playing field.


Method Summary
 int getCoins()
          Get the number of coins that this tron has collected.
 int getPlayerId()
          Get the ID of this tron.
 int getX()
          Get the current X position of this tron.
 int getY()
          Get the current Y position of this tron.
 

Method Detail

getX

int getX()
Get the current X position of this tron.

Returns:

getY

int getY()
Get the current Y position of this tron.

Returns:

getPlayerId

int getPlayerId()
Get the ID of this tron.

Returns:

getCoins

int getCoins()
Get the number of coins that this tron has collected.

Returns: