Uses of Class
net.minecraft.block.EnumMobType

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

Uses of EnumMobType in net.minecraft.block
 

Methods in net.minecraft.block 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)