Class CampFireRecipeManager
java.lang.Object
com.blamejared.crafttweaker.api.recipe.manager.CampFireRecipeManager
- All Implemented Interfaces:
CommandStringDisplayable,ICookingRecipeManager<net.minecraft.world.item.crafting.CampfireCookingRecipe>,IRecipeManager<net.minecraft.world.item.crafting.CampfireCookingRecipe>,Iterable<net.minecraft.world.item.crafting.RecipeHolder<net.minecraft.world.item.crafting.CampfireCookingRecipe>>
@ZenRegister
public class CampFireRecipeManager
extends Object
implements ICookingRecipeManager<net.minecraft.world.item.crafting.CampfireCookingRecipe>
- DocParam:
- this campfire
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.crafting.RecipeType<net.minecraft.world.item.crafting.CampfireCookingRecipe> Gets the recipe type for the registry to remove from.net.minecraft.world.item.crafting.RecipeHolder<net.minecraft.world.item.crafting.CampfireCookingRecipe> 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.CampfireCookingRecipe> 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.CampfireCookingRecipe>
-
getRecipeType
public net.minecraft.world.item.crafting.RecipeType<net.minecraft.world.item.crafting.CampfireCookingRecipe> getRecipeType()Description copied from interface:IRecipeManagerGets the recipe type for the registry to remove from.- Specified by:
getRecipeTypein interfaceIRecipeManager<net.minecraft.world.item.crafting.CampfireCookingRecipe>- Returns:
- IRecipeType of this registry.
-