public class FurnaceSmeltingCategory extends FurnaceRecipeCategory
arrow, backgroundLocation, flame, fuelSlot, inputSlot, outputSlot| Constructor and Description |
|---|
FurnaceSmeltingCategory(IGuiHelper guiHelper) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawAnimations(net.minecraft.client.Minecraft minecraft)
Optionally draw animations like progress bars.
|
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.
|
drawExtraspublic FurnaceSmeltingCategory(IGuiHelper guiHelper)
@Nonnull public IDrawable getBackground()
IRecipeCategorypublic void drawAnimations(@Nonnull
net.minecraft.client.Minecraft minecraft)
IRecipeCategorydrawAnimations in interface IRecipeCategorydrawAnimations in class BlankRecipeCategory@Nonnull public java.lang.String getTitle()
IRecipeCategory@Nonnull public java.lang.String getUid()
IRecipeCategorypublic void setRecipe(@Nonnull
IRecipeLayout recipeLayout,
@Nonnull
IRecipeWrapper recipeWrapper)
IRecipeCategory