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 MoodleType
MoodleType.FromIndex
(int index) static MoodleType
MoodleType.FromString
(String str) Moodle.getMoodleType()
Moodles.getMoodleType
(int MoodleIndex) static MoodleType
Returns 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 String
MoodleType.getDescriptionText
(MoodleType MT, int Level) static String
MoodleType.getDisplayName
(MoodleType MT, int Level) int
Moodles.getMoodleLevel
(MoodleType MType) static int
MoodleType.GoodBadNeutral
(MoodleType MT) boolean
Moodles.isMaxMoodleLevel
(MoodleType moodleType) static int
MoodleType.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 moodleType) void
MoodlesUI.wiggle
(MoodleType Moodle)