public class Turm extends Interaktionsobjekt
Modifier and Type | Field and Description |
---|---|
int |
bestellungen
Die Anzahl der sich in Produktion befindenden Golems.
|
Constructor and Description |
---|
Turm(Magier ich,
boolean freundlich,
double tx,
double ty)
Konstruktor, wird vom Spiel verwendet; nicht benutzen!
|
Modifier and Type | Method and Description |
---|---|
boolean |
mache(byte typ)
Bestellt einen Golem des entpsrechenden Typs.
|
boolean |
macheKnecht()
Identisch mit mache(0).
|
boolean |
macheKundschafter()
Identisch mit mache(13).
|
boolean |
machePionier()
Identisch mit mache(12).
|
boolean |
macheWaechter()
Identisch mit mache(11).
|
abstand, abstand, abstand
public final int bestellungen
public Turm(Magier ich, boolean freundlich, double tx, double ty)
public boolean mache(byte typ)
public boolean macheKnecht()
public boolean macheKundschafter()
public boolean machePionier()
public boolean macheWaechter()