Uses of Enum Class
enums.MobType

Packages that use MobType
Package
Description
 
  • Uses of MobType in enums

    Methods in enums that return MobType
    Modifier and Type
    Method
    Description
    static MobType
    MobType.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static MobType[]
    MobType.values()
    Returns an array containing the constants of this enum class, in the order they are declared.