Package zombie.characters.Moodles
Class Moodle
java.lang.Object
zombie.characters.Moodles.Moodle
public class Moodle
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Moodle(MoodleType moodleType, IsoGameCharacter gameCharacter)
Moodle(MoodleType moodleType, IsoGameCharacter gameCharacter, int int1)
-
Method Summary
Modifier and Type Method Description boolean
chevronDifference(int int1, boolean boolean1, Color color)
Color
getChevronColor()
int
getChevronCount()
int
getLevel()
boolean
isChevronIsUp()
void
setChevron(int int1, boolean boolean1, Color color)
void
SetLevel(int int1)
boolean
Update()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Moodle
-
Moodle
-
-
Method Details
-
getChevronCount
public int getChevronCount() -
isChevronIsUp
public boolean isChevronIsUp() -
getChevronColor
-
chevronDifference
-
setChevron
-
getLevel
public int getLevel() -
SetLevel
public void SetLevel(int int1) -
Update
public boolean Update()
-