- increment() - Method in class com.github.curriculeon.greeps.Counter
-
Increment the counter by one.
- init() - Method in class com.github.curriculeon.greeps.Earth
-
- isAtShip() - Method in class com.github.curriculeon.greeps.Creature
-
- isAtTomatoes() - Method in class com.github.curriculeon.greeps.Creature
-
- isAtWater() - Method in class com.github.curriculeon.greeps.Creature
-
- isAtWorldEdge() - Method in class com.github.curriculeon.greeps.Creature
-
- isCarryingTomato() - Method in class com.github.curriculeon.greeps.Creature
-
Check whether we are carrying a tomato.
- isEmpty() - Method in class com.github.curriculeon.greeps.Spaceship
-
True if all passengers are out.
- isFlaggedForState(int) - Method in class com.github.curriculeon.greeps.Creature
-
Retrieve the value of a flag.
- isReturningToShip() - Method in class com.github.curriculeon.greeps.Greep
-
- isSeeingPaint(String) - Method in class com.github.curriculeon.greeps.Creature
-
Check whether we can see paint of a given color where we are sitting.
- isWaitingForAssistance() - Method in class com.github.curriculeon.greeps.Greep
-
- isWaitingToAssist() - Method in class com.github.curriculeon.greeps.Greep
-
- isWater(int, int) - Method in class com.github.curriculeon.greeps.Earth
-
Return true, if the specified coordinate shows water.