|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property.Type | |
---|---|
net.minecraftforge.common |
Uses of Property.Type in net.minecraftforge.common |
---|
Methods in net.minecraftforge.common that return Property.Type | |
---|---|
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. |
Methods in net.minecraftforge.common with parameters of type Property.Type | |
---|---|
static void |
ForgeChunkManager.addConfigProperty(Object mod,
String propertyName,
String value,
Property.Type type)
|
Property |
Configuration.get(String category,
String key,
String defaultValue,
Property.Type type)
|
Constructors in net.minecraftforge.common with parameters of type Property.Type | |
---|---|
Property(String name,
String value,
Property.Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |