Uses of Class
net.minecraftforge.common.Property.Type

Packages that use Property.Type
net.minecraftforge.common   
 

Uses of Property.Type in net.minecraftforge.common
 

Methods in net.minecraftforge.common that return Property.Type
 Property.Type Property.getType()
           
static Property.Type Property.Type.tryParse(char id)
           
static Property.Type Property.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Property.Type[] Property.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.minecraftforge.common with parameters of type Property.Type
static void ForgeChunkManager.addConfigProperty(Object mod, String propertyName, String value, Property.Type type)
           
 Property Configuration.get(String category, String key, String[] defaultValue, Property.Type type)
           
 Property Configuration.get(String category, String key, String defaultValue, Property.Type type)
           
 

Constructors in net.minecraftforge.common with parameters of type Property.Type
Property(String name, String[] values, Property.Type type)
           
Property(String name, String value, Property.Type type)