Package zombie.characters.Moodles
Class Moodle
java.lang.Object
zombie.characters.Moodles.Moodle
public final 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 booleanchevronDifference(int int1, boolean boolean1, Color color)ColorgetChevronColor()intgetChevronCount()intgetLevel()booleanisChevronIsUp()voidsetChevron(int int1, boolean boolean1, Color color)voidSetLevel(int int1)booleanUpdate()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() 
 -