Package zombie.characters.Moodles
Class Moodles
java.lang.Object
zombie.characters.Moodles.Moodles
public class Moodles
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Moodles(IsoGameCharacter gameCharacter) -
Method Summary
Modifier and Type Method Description intgetGoodBadNeutral(int int1)ColorgetMoodleChevronColor(int int1)intgetMoodleChevronCount(int int1)booleangetMoodleChevronIsUp(int int1)java.lang.StringgetMoodleDescriptionString(int int1)java.lang.StringgetMoodleDisplayString(int int1)intgetMoodleLevel(int int1)intgetMoodleLevel(MoodleType moodleType)MoodleTypegetMoodleType(int int1)intgetNumMoodles()voidRandomise()voidsetMoodlesStateChanged(boolean boolean1)booleanUI_RefreshNeeded()voidUpdate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Moodles
-
-
Method Details
-
getGoodBadNeutral
public int getGoodBadNeutral(int int1) -
getMoodleDisplayString
public java.lang.String getMoodleDisplayString(int int1) -
getMoodleDescriptionString
public java.lang.String getMoodleDescriptionString(int int1) -
getMoodleLevel
public int getMoodleLevel(int int1) -
getMoodleLevel
-
getMoodleChevronCount
public int getMoodleChevronCount(int int1) -
getMoodleChevronIsUp
public boolean getMoodleChevronIsUp(int int1) -
getMoodleChevronColor
-
getMoodleType
-
getNumMoodles
public int getNumMoodles() -
Randomise
public void Randomise() -
UI_RefreshNeeded
public boolean UI_RefreshNeeded() -
setMoodlesStateChanged
public void setMoodlesStateChanged(boolean boolean1) -
Update
public void Update()
-