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 int
getGoodBadNeutral(int int1)
Color
getMoodleChevronColor(int int1)
int
getMoodleChevronCount(int int1)
boolean
getMoodleChevronIsUp(int int1)
java.lang.String
getMoodleDescriptionString(int int1)
java.lang.String
getMoodleDisplayString(int int1)
int
getMoodleLevel(int int1)
int
getMoodleLevel(MoodleType moodleType)
MoodleType
getMoodleType(int int1)
int
getNumMoodles()
void
Randomise()
void
setMoodlesStateChanged(boolean boolean1)
boolean
UI_RefreshNeeded()
void
Update()
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()
-