Uses of Class
net.minecraftforge.common.Property

Packages that use Property
net.minecraftforge.common   
 

Uses of Property in net.minecraftforge.common
 

Methods in net.minecraftforge.common that return Property
 Property ConfigCategory.get(String key)
           
 Property Configuration.get(String category, String key, boolean defaultValue)
           
 Property Configuration.get(String category, String key, boolean[] defaultValue)
           
 Property Configuration.get(String category, String key, double defaultValue)
           
 Property Configuration.get(String category, String key, double[] defaultValue)
           
 Property Configuration.get(String category, String key, int defaultValue)
           
 Property Configuration.get(String category, String key, int[] defaultValue)
           
 Property Configuration.get(String category, String key, String defaultValue)
           
 Property Configuration.get(String category, String key, String[] defaultValue)
           
 Property Configuration.get(String category, String key, String[] defaultValue, Property.Type type)
           
 Property Configuration.get(String category, String key, String defaultValue, Property.Type type)
           
 Property Configuration.getBlock(String key, int defaultID)
          Gets or create a block id property.
 Property Configuration.getBlock(String category, String key, int defaultID)
           
 Property Configuration.getItem(String key, int defaultID)
           
 Property Configuration.getItem(String category, String key, int defaultID)
           
 

Methods in net.minecraftforge.common that return types with arguments of type Property
static Map<String,Property> ForgeChunkManager.getConfigMapFor(Object mod)
           
 HashMap<String,Property> ConfigCategory.getValues()
           
 

Methods in net.minecraftforge.common with parameters of type Property
 void ConfigCategory.set(String key, Property value)