Package | Description |
---|---|
net.minecraftforge.oredict |
Modifier and Type | Method and Description |
---|---|
static RecipeSorter.Category |
RecipeSorter.getCategory(Class recipe) |
static RecipeSorter.Category |
RecipeSorter.getCategory(IRecipe recipe) |
static RecipeSorter.Category |
RecipeSorter.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecipeSorter.Category[] |
RecipeSorter.Category.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 |
RecipeSorter.register(String name,
Class recipe,
RecipeSorter.Category category,
String dependancies) |
static void |
RecipeSorter.setCategory(Class recipe,
RecipeSorter.Category category) |