Class BlastFurnaceRecipeManager
java.lang.Object
com.blamejared.crafttweaker.api.recipe.manager.BlastFurnaceRecipeManager
- All Implemented Interfaces:
CommandStringDisplayable,ICookingRecipeManager<net.minecraft.world.item.crafting.BlastingRecipe>,IRecipeManager<net.minecraft.world.item.crafting.BlastingRecipe>,Iterable<net.minecraft.world.item.crafting.RecipeHolder<net.minecraft.world.item.crafting.BlastingRecipe>>
@ZenRegister
public class BlastFurnaceRecipeManager
extends Object
implements ICookingRecipeManager<net.minecraft.world.item.crafting.BlastingRecipe>
- DocParam:
- this blastFurnace
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.crafting.RecipeType<net.minecraft.world.item.crafting.BlastingRecipe> Gets the recipe type for the registry to remove from.net.minecraft.world.item.crafting.RecipeHolder<net.minecraft.world.item.crafting.BlastingRecipe> makeRecipe(String name, net.minecraft.world.item.crafting.CookingBookCategory category, IItemStack output, IIngredient input, float xp, int cookTime) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blamejared.crafttweaker.api.recipe.manager.base.ICookingRecipeManager
addRecipe, addRecipe, removeRecipeMethods inherited from interface com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager
addJsonRecipe, createHolder, fixRecipeId, fixRecipeId, fixRecipeName, getAllRecipes, getBracketResourceLocation, getCommandString, getRecipeByName, getRecipeList, getRecipeMap, getRecipes, getRecipesByOutput, getRecipesMatching, iterator, remove, removeAll, removeByInput, removeByModid, removeByName, removeByRegex, removeMatchingMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
INSTANCE
-
-
Method Details
-
makeRecipe
public net.minecraft.world.item.crafting.RecipeHolder<net.minecraft.world.item.crafting.BlastingRecipe> makeRecipe(String name, net.minecraft.world.item.crafting.CookingBookCategory category, IItemStack output, IIngredient input, float xp, int cookTime) - Specified by:
makeRecipein interfaceICookingRecipeManager<net.minecraft.world.item.crafting.BlastingRecipe>
-
getRecipeType
public net.minecraft.world.item.crafting.RecipeType<net.minecraft.world.item.crafting.BlastingRecipe> getRecipeType()Description copied from interface:IRecipeManagerGets the recipe type for the registry to remove from.- Specified by:
getRecipeTypein interfaceIRecipeManager<net.minecraft.world.item.crafting.BlastingRecipe>- Returns:
- IRecipeType of this registry.
-