![]() |
EOS 2
1.1.0
Einfache Objektbasierte Sprache
|
Öffentliche Methoden | |
boolean | isFree () |
boolean | isEmpty () |
void | setEmpty () throws CubeImmutableException |
MutableColor | getColor () |
int | getType () |
Öffentliche, statische Methoden | |
static Cube | createCube (int type, MutableColor color) |
static Cube | createStone (MutableColor stoneColor) |
static Cube | createRock (MutableColor stoneColor) |
static Cube | createEmpty () |
static Cube | createGround () |
|
static |
|
static |
|
static |
|
static |
|
static |
MutableColor de.lathanda.eos.robot.Cube.getColor | ( | ) |
void de.lathanda.eos.robot.Cube.setEmpty | ( | ) | throws CubeImmutableException |