- getAuthorName() - Static method in class com.github.curriculeon.greeps.Greep
-
Create a Greep with its home space ship.
- getColor() - Method in class com.github.curriculeon.greeps.GreepSpit
-
Return the color name of this paint drop.
- getCurrentImage() - Method in class com.github.curriculeon.greeps.Creature
-
- getCurrentImage() - Method in class com.github.curriculeon.greeps.Greep
-
This method specifies the image we want displayed at any time.
- getIntersectingObjects(Class<A>) - Method in class com.github.curriculeon.greeps.TomatoPile
-
- getMemory() - Method in class com.github.curriculeon.greeps.Creature
-
Retrieve a previously stored value.
- getNextXCoordinate() - Method in class com.github.curriculeon.greeps.Creature
-
- getNextYCoordinate() - Method in class com.github.curriculeon.greeps.Creature
-
- getShip() - Method in class com.github.curriculeon.greeps.Creature
-
- getSurroundingTomatoPile() - Method in class com.github.curriculeon.greeps.Creature
-
- getTomatoCount() - Method in class com.github.curriculeon.greeps.Spaceship
-
Return the current count of tomatos collected.
- getValue() - Method in class com.github.curriculeon.greeps.Counter
-
Return the current counter value.
- Greep - Class in com.github.curriculeon.greeps
-
A Greep is an alien creature that likes to collect tomatoes.
- Greep(Spaceship) - Constructor for class com.github.curriculeon.greeps.Greep
-
Create a creature at its ship.
- GreepSpit - Class in com.github.curriculeon.greeps
-
Paint drops that can be left on the ground.
- GreepSpit() - Constructor for class com.github.curriculeon.greeps.GreepSpit
-
Create some paint, of default color.
- GreepSpit(String) - Constructor for class com.github.curriculeon.greeps.GreepSpit
-
Create some paint, of specific fixed colors.