public class Turm extends Objekt
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 |
macheBlitzgolem()
Identisch mit mache(32).
|
boolean |
macheEisgolem()
Identisch mit mache(21).
|
boolean |
macheErdgolem()
Identisch mit mache(41).
|
boolean |
macheFeuergolem()
Identisch mit mache(42).
|
boolean |
macheFlussgigant()
Identisch mit mache(24).
|
boolean |
macheGebirgsgigant()
Identisch mit mache(44).
|
boolean |
macheHimmelsgigant()
Identisch mit mache(34).
|
boolean |
macheKnecht()
Identisch mit mache(0).
|
boolean |
macheKundschafter()
Identisch mit mache(13).
|
boolean |
macheLuftgolem()
Identisch mit mache(33).
|
boolean |
machePionier()
Identisch mit mache(12).
|
boolean |
macheWaechter()
Identisch mit mache(11).
|
boolean |
macheWassergolem()
Identisch mit mache(23).
|
public final int bestellungen
public Turm(Magier ich, boolean freundlich, double tx, double ty)
public boolean mache(byte typ)
public boolean macheBlitzgolem()
public boolean macheEisgolem()
public boolean macheErdgolem()
public boolean macheFeuergolem()
public boolean macheFlussgigant()
public boolean macheGebirgsgigant()
public boolean macheHimmelsgigant()
public boolean macheKnecht()
public boolean macheKundschafter()
public boolean macheLuftgolem()
public boolean machePionier()
public boolean macheWaechter()
public boolean macheWassergolem()