public class ItemDescriptionRecipeCategory extends BlankRecipeCategory
| Modifier and Type | Field and Description |
|---|---|
static int |
recipeHeight |
static int |
recipeWidth |
| Constructor and Description |
|---|
ItemDescriptionRecipeCategory(IGuiHelper guiHelper) |
| Modifier and Type | Method and Description |
|---|---|
IDrawable |
getBackground()
Returns the drawable background for a single recipe in this category.
|
java.lang.String |
getTitle()
Returns the localized name for this recipe type.
|
java.lang.String |
getUid()
Returns a unique ID for this recipe category.
|
void |
setRecipe(IRecipeLayout recipeLayout,
IRecipeWrapper recipeWrapper)
Set the IRecipeLayout properties from the RecipeWrapper.
|
drawAnimations, drawExtraspublic static final int recipeWidth
public static final int recipeHeight
public ItemDescriptionRecipeCategory(IGuiHelper guiHelper)
@Nonnull public java.lang.String getUid()
IRecipeCategory@Nonnull public java.lang.String getTitle()
IRecipeCategory@Nonnull public IDrawable getBackground()
IRecipeCategorypublic void setRecipe(@Nonnull
IRecipeLayout recipeLayout,
@Nonnull
IRecipeWrapper recipeWrapper)
IRecipeCategory