Uses of Class
net.minecraft.src.forge.Property

Uses of Property in net.minecraft.src.forge
 

Fields in net.minecraft.src.forge with type parameters of type Property
 java.util.TreeMap<java.lang.String,Property> Configuration.blockProperties
           
 java.util.TreeMap<java.lang.String,Property> Configuration.generalProperties
           
 java.util.TreeMap<java.lang.String,Property> Configuration.itemProperties
           
 

Methods in net.minecraft.src.forge that return Property
 Property Configuration.getOrCreateBlockIdProperty(java.lang.String key, int defaultId)
          Gets or create a block id property.
 Property Configuration.getOrCreateBooleanProperty(java.lang.String key, int kind, boolean defaultValue)
           
 Property Configuration.getOrCreateIntProperty(java.lang.String key, int kind, int defaultValue)
           
 Property Configuration.getOrCreateProperty(java.lang.String key, int kind, java.lang.String defaultValue)