public class FurnaceFuelCategory extends FurnaceRecipeCategory<FuelRecipe>
arrow, backgroundLocation, fuelSlot, inputSlot, outputSlot| Constructor and Description |
|---|
FurnaceFuelCategory(IGuiHelper guiHelper) |
| Modifier and Type | Method and Description |
|---|---|
IDrawable |
getBackground()
Returns the drawable background for a single recipe in this category.
|
IDrawable |
getIcon()
Optional icon for the category tab.
|
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,
FuelRecipe recipeWrapper,
IIngredients ingredients)
|
drawAnimations, drawExtras, getTooltipStrings, setRecipepublic FurnaceFuelCategory(IGuiHelper guiHelper)
public IDrawable getBackground()
IRecipeCategorypublic java.lang.String getUid()
IRecipeCategorypublic java.lang.String getTitle()
IRecipeCategory@Nullable public IDrawable getIcon()
IRecipeCategoryIModRegistry.addRecipeCategoryCraftingItem(ItemStack, String...)getIcon in interface IRecipeCategory<FuelRecipe>getIcon in class BlankRecipeCategory<FuelRecipe>public void setRecipe(IRecipeLayout recipeLayout, FuelRecipe recipeWrapper, IIngredients ingredients)
IRecipeCategoryrecipeLayout - the layout that needs its properties set.recipeWrapper - the recipeWrapper, for extra information.ingredients - the ingredients, already set by the recipeWrapper