Uses of Enum Class
zombie.characters.Moodles.MoodleType
Packages that use MoodleType
-
Uses of MoodleType in zombie.characters
Methods in zombie.characters with parameters of type MoodleType -
Uses of MoodleType in zombie.characters.Moodles
Subclasses with type arguments of type MoodleType in zombie.characters.MoodlesMethods in zombie.characters.Moodles that return MoodleTypeModifier and TypeMethodDescriptionstatic MoodleTypeMoodleType.FromIndex(int index) static MoodleTypeMoodleType.FromString(String str) Moodle.getMoodleType()Moodles.getMoodleType(int MoodleIndex) static MoodleTypeReturns the enum constant of this class with the specified name.static MoodleType[]MoodleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.characters.Moodles with parameters of type MoodleTypeModifier and TypeMethodDescriptionstatic StringMoodleType.getDescriptionText(MoodleType MT, int Level) static StringMoodleType.getDisplayName(MoodleType MT, int Level) intMoodles.getMoodleLevel(MoodleType MType) static intMoodleType.GoodBadNeutral(MoodleType MT) booleanMoodles.isMaxMoodleLevel(MoodleType moodleType) static intMoodleType.ToIndex(MoodleType MT) Constructors in zombie.characters.Moodles with parameters of type MoodleType -
Uses of MoodleType in zombie.ui
Methods in zombie.ui with parameters of type MoodleTypeModifier and TypeMethodDescriptionMoodleTextureSet.getTexture(MoodleType arg0) voidMoodlesUI.wiggle(MoodleType Moodle)