Uses of Class
cpw.mods.fml.common.discovery.ContainerType

Packages that use ContainerType
cpw.mods.fml.common.discovery   
 

Uses of ContainerType in cpw.mods.fml.common.discovery
 

Methods in cpw.mods.fml.common.discovery that return ContainerType
 ContainerType ModCandidate.getSourceType()
           
static ContainerType ContainerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContainerType[] ContainerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in cpw.mods.fml.common.discovery with parameters of type ContainerType
ModCandidate(File classPathRoot, File modContainer, ContainerType sourceType)
           
ModCandidate(File classPathRoot, File modContainer, ContainerType sourceType, boolean isMinecraft, boolean classpath)