Uses of Class
net.minecraft.src.EnumMobType

Packages that use EnumMobType
net.minecraft.src   
net.minecraftforge.common   
 

Uses of EnumMobType in net.minecraft.src
 

Methods in net.minecraft.src that return EnumMobType
static EnumMobType EnumMobType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumMobType[] EnumMobType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EnumMobType in net.minecraftforge.common
 

Methods in net.minecraftforge.common that return EnumMobType
static EnumMobType EnumHelper.addMobType(String name)