| Package | Description |
|---|---|
| net.risingworld.api.objects.custom |
| Modifier and Type | Method and Description |
|---|---|
static CustomRecipe.Type |
CustomRecipe.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomRecipe.Type[] |
CustomRecipe.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CustomRecipe(java.lang.String uuid,
CustomRecipe.Type type,
int variation,
java.lang.String category,
java.lang.String... craftingStations)
Creates a new custom recipe.
|