Skip navigation links
A B D E F G H I K L M N O P Q R S T W X Y Z 

G

GEBIRGSGIGANT - Static variable in class melog.skript.Denker
Code für den Gebirgsgigant.
gehe(float, float) - Method in class melog.skript.Ich
Setzt die Laufrichtung des Golems.
geheZu(float, float) - Method in class melog.skript.Ich
Identisch mit "gehe(x - this.x, y - this.y)", aus der Sicht des Denkers also "ich.gehe(x - ich.x, y - ich.y)".
geheZu(Objekt) - Method in class melog.skript.Ich
Identisch mit "geheZu(o.x, o.y)".
geheZuTurm() - Method in class melog.skript.Ich
Identisch mit "geheZu(0, 0)".
GIGANT - Static variable in class melog.skript.Denker
Code für Giganten.
Golem - Class in melog.skript
Oberklasse für Golems.
gras(byte) - Static method in class melog.skript.Denker
Gibt an, ob ein Feld-Code ein Grasfeld darstellt.
gras(float, float) - Method in class melog.skript.Land
Gibt an, ob bei (x, y) ein Grasfeld vorliegt.
gras(Objekt) - Method in class melog.skript.Land
Identisch mit "gras(o.x, o.y)."
grube(byte) - Static method in class melog.skript.Denker
Gibt an, ob ein Feld-Code ein Grubenfeld darstellt.
grube(float, float) - Method in class melog.skript.Land
Gibt an, ob bei (x, y) ein Grubenfeld vorliegt.
grube(Objekt) - Method in class melog.skript.Land
Identisch mit "grube(o.x, o.y)."
A B D E F G H I K L M N O P Q R S T W X Y Z 
Skip navigation links