|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object robocraft.player.GameObject robocraft.player.Mine
Mine is a GameObject that represents an energon mine in the
robocraft world. The only way to obtain a reference to a Mine is
to call senseMineAhead
while carrying a Flag.
Method Summary | |
double |
getEnergonLevel()
Returns the energon level of this mine. |
Methods inherited from class robocraft.player.GameObject |
equals, getID, getLocation, getTeam, getType, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
public double getEnergonLevel() throws GameActionException
GameActionException
- under any of the following circumstances:
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |