public class Rohstoff extends Interaktionsobjekt
Modifier and Type | Field and Description |
---|---|
int |
erde
Anzahl der Erdressourcen.
|
int |
holz
Anzahl der Holzressourcen.
|
int |
luft
Anzahl der Luftressourcen.
|
boolean |
speicher
True, falls es sich um den Speicher eines Turmes handelt.
|
int |
wasser
Anzahl der Wasserressourcen.
|
Constructor and Description |
---|
Rohstoff(Ressource ich,
double tx,
double ty)
Konstruktor, wird vom Spiel verwendet; nicht benutzen!
|
abstand, abstand, abstand
public final int erde
public final int holz
public final int luft
public final boolean speicher
public final int wasser