|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
---|---|
net.minecraftforge.common |
Uses of Property in net.minecraftforge.common |
---|
Fields in net.minecraftforge.common with type parameters of type Property | |
---|---|
TreeMap<String,Property> |
Configuration.blockProperties
|
Map<String,Map<String,Property>> |
Configuration.categories
|
TreeMap<String,Property> |
Configuration.generalProperties
|
TreeMap<String,Property> |
Configuration.itemProperties
|
Methods in net.minecraftforge.common that return Property | |
---|---|
Property |
Configuration.getOrCreateBlockIdProperty(String key,
int defaultId)
Gets or create a block id property. |
Property |
Configuration.getOrCreateBooleanProperty(String key,
String category,
boolean defaultValue)
|
Property |
Configuration.getOrCreateIntProperty(String key,
String category,
int defaultValue)
|
Property |
Configuration.getOrCreateProperty(String key,
String category,
String defaultValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |