- canMove() - Method in class com.github.curriculeon.greeps.Creature
-
- checkFood() - Method in class com.github.curriculeon.greeps.Greep
-
Is there any food here where we are? If so, try to load some!
- com.github.curriculeon.greeps - package com.github.curriculeon.greeps
-
- Counter - Class in com.github.curriculeon.greeps
-
Counter that displays an (optional) text and a number.
- Counter() - Constructor for class com.github.curriculeon.greeps.Counter
-
Create a counter without text.
- Counter(String) - Constructor for class com.github.curriculeon.greeps.Counter
-
Create a counter with prefix text, and 0 value.
- Counter(String, int) - Constructor for class com.github.curriculeon.greeps.Counter
-
Create a counter with prefix text and value.
- Creature - Class in com.github.curriculeon.greeps
-
A Creature is the base class for all alien beings in this scenario.
- Creature(Spaceship) - Constructor for class com.github.curriculeon.greeps.Creature
-
Create a creature at its ship.