|
||||||||||
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
Deprecated. |
Map<String,Map<String,Property>> |
Configuration.categories
|
TreeMap<String,Property> |
Configuration.generalProperties
Deprecated. |
TreeMap<String,Property> |
Configuration.itemProperties
Deprecated. |
Methods in net.minecraftforge.common that return Property | |
---|---|
Property |
Configuration.get(String category,
String key,
boolean 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.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)
|
Property |
Configuration.getOrCreateBlockIdProperty(String key,
int defaultID)
Deprecated. |
Property |
Configuration.getOrCreateBooleanProperty(String key,
String category,
boolean defaultValue)
Deprecated. |
Property |
Configuration.getOrCreateIntProperty(String key,
String category,
int defaultValue)
Deprecated. |
Property |
Configuration.getOrCreateProperty(String key,
String category,
String defaultValue)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |