Package | Description |
---|---|
net.minecraftforge.common |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
ForgeChunkManager.addConfigProperty(Object mod,
String propertyName,
String value,
Property.Type type) |
Property |
Configuration.get(String category,
String key,
String[] defaultValue,
String comment,
Property.Type type) |
Property |
Configuration.get(String category,
String key,
String defaultValue,
String comment,
Property.Type type) |
Constructor and Description |
---|
Property(String name,
String[] values,
Property.Type type) |
Property(String name,
String value,
Property.Type type) |