Package net.minecraft.recipe
Class AbstractCookingRecipe
java.lang.Object
net.minecraft.recipe.AbstractCookingRecipe
- Direct Known Subclasses:
BlastingRecipe,CampfireCookingRecipe,SmeltingRecipe,SmokingRecipe
- Mappings:
Namespace Name official cfbintermediary net/minecraft/class_1874named net/minecraft/recipe/AbstractCookingRecipe
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CookingRecipeCategoryprotected final intprotected final floatprotected final Stringprotected final Identifierprotected final Ingredientprotected final ItemStackprotected final RecipeType<?> -
Constructor Summary
ConstructorsConstructorDescriptionAbstractCookingRecipe(RecipeType<?> type, Identifier id, String group, CookingRecipeCategory category, Ingredient input, ItemStack output, float experience, int cookTime) -
Method Summary
Modifier and TypeMethodDescriptionbooleanfits(int width, int height) Returns whether this recipe will fit into the given grid size.intfloatgetGroup()Returns a group this recipe belongs in, or an empty string.getId()Returns the ID of this recipe.Returns the ingredients accepted as inputs for this recipe.Returns a preview of the recipe's output.RecipeType<?>getType()Returns the type of this recipe.booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.Recipe
createIcon, getRemainder, getSerializer, isEmpty, isIgnoredInRecipeBook
-
Field Details
-
type
- Mappings:
Namespace Name Mixin selector official aLcfb;a:Lcfu;intermediary field_17544Lnet/minecraft/class_1874;field_17544:Lnet/minecraft/class_3956;named typeLnet/minecraft/recipe/AbstractCookingRecipe;type:Lnet/minecraft/recipe/RecipeType;
-
id
- Mappings:
Namespace Name Mixin selector official bLcfb;b:Labv;intermediary field_9060Lnet/minecraft/class_1874;field_9060:Lnet/minecraft/class_2960;named idLnet/minecraft/recipe/AbstractCookingRecipe;id:Lnet/minecraft/util/Identifier;
-
category
- Mappings:
Namespace Name Mixin selector official hLcfb;h:Lcfh;intermediary field_40241Lnet/minecraft/class_1874;field_40241:Lnet/minecraft/class_7709;named categoryLnet/minecraft/recipe/AbstractCookingRecipe;category:Lnet/minecraft/recipe/book/CookingRecipeCategory;
-
group
- Mappings:
Namespace Name Mixin selector official cLcfb;c:Ljava/lang/String;intermediary field_9062Lnet/minecraft/class_1874;field_9062:Ljava/lang/String;named groupLnet/minecraft/recipe/AbstractCookingRecipe;group:Ljava/lang/String;
-
input
- Mappings:
Namespace Name Mixin selector official dLcfb;d:Lcfo;intermediary field_9061Lnet/minecraft/class_1874;field_9061:Lnet/minecraft/class_1856;named inputLnet/minecraft/recipe/AbstractCookingRecipe;input:Lnet/minecraft/recipe/Ingredient;
-
output
- Mappings:
Namespace Name Mixin selector official eLcfb;e:Lccw;intermediary field_9059Lnet/minecraft/class_1874;field_9059:Lnet/minecraft/class_1799;named outputLnet/minecraft/recipe/AbstractCookingRecipe;output:Lnet/minecraft/item/ItemStack;
-
experience
protected final float experience- Mappings:
Namespace Name Mixin selector official fLcfb;f:Fintermediary field_9057Lnet/minecraft/class_1874;field_9057:Fnamed experienceLnet/minecraft/recipe/AbstractCookingRecipe;experience:F
-
cookTime
protected final int cookTime- Mappings:
Namespace Name Mixin selector official gLcfb;g:Iintermediary field_9058Lnet/minecraft/class_1874;field_9058:Inamed cookTimeLnet/minecraft/recipe/AbstractCookingRecipe;cookTime:I
-
-
Constructor Details
-
AbstractCookingRecipe
public AbstractCookingRecipe(RecipeType<?> type, Identifier id, String group, CookingRecipeCategory category, Ingredient input, ItemStack output, float experience, int cookTime) - Mappings:
Namespace Name Mixin selector official <init>Lcfb;<init>(Lcfu;Labv;Ljava/lang/String;Lcfh;Lcfo;Lccw;FI)Vintermediary <init>Lnet/minecraft/class_1874;<init>(Lnet/minecraft/class_3956;Lnet/minecraft/class_2960;Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)Vnamed <init>Lnet/minecraft/recipe/AbstractCookingRecipe;<init>(Lnet/minecraft/recipe/RecipeType;Lnet/minecraft/util/Identifier;Ljava/lang/String;Lnet/minecraft/recipe/book/CookingRecipeCategory;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/ItemStack;FI)V
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceRecipe<Inventory>- Parameters:
inventory- the input inventoryworld- the input world- Mappings:
Namespace Name Mixin selector official aLcfr;a(Lbbn;Lciz;)Zintermediary method_8115Lnet/minecraft/class_1860;method_8115(Lnet/minecraft/class_1263;Lnet/minecraft/class_1937;)Znamed matchesLnet/minecraft/recipe/Recipe;matches(Lnet/minecraft/inventory/Inventory;Lnet/minecraft/world/World;)Z
-
craft
- Specified by:
craftin interfaceRecipe<Inventory>- Parameters:
inventory- the input inventory- Mappings:
Namespace Name Mixin selector official aLcfr;a(Lbbn;)Lccw;intermediary method_8116Lnet/minecraft/class_1860;method_8116(Lnet/minecraft/class_1263;)Lnet/minecraft/class_1799;named craftLnet/minecraft/recipe/Recipe;craft(Lnet/minecraft/inventory/Inventory;)Lnet/minecraft/item/ItemStack;
-
fits
public boolean fits(int width, int height) Returns whether this recipe will fit into the given grid size.This is currently only used by recipe book.
- Specified by:
fitsin interfaceRecipe<Inventory>- Parameters:
width- the width of the input inventoryheight- the height of the input inventory- Returns:
- whether this recipe will fit into the given grid size
- Mappings:
Namespace Name Mixin selector official aLcfr;a(II)Zintermediary method_8113Lnet/minecraft/class_1860;method_8113(II)Znamed fitsLnet/minecraft/recipe/Recipe;fits(II)Z
-
getIngredients
Returns the ingredients accepted as inputs for this recipe. Used by the recipe book when displaying a ghost form of this recipe on the crafting grid as well as for previewing the possible inputs in the book itself.- Specified by:
getIngredientsin interfaceRecipe<Inventory>- Returns:
- the ingredients accepted as inputs for this recipe
- Mappings:
Namespace Name Mixin selector official aLcfr;a()Lhh;intermediary method_8117Lnet/minecraft/class_1860;method_8117()Lnet/minecraft/class_2371;named getIngredientsLnet/minecraft/recipe/Recipe;getIngredients()Lnet/minecraft/util/collection/DefaultedList;
-
getExperience
public float getExperience()- Mappings:
Namespace Name Mixin selector official bLcfb;b()Fintermediary method_8171Lnet/minecraft/class_1874;method_8171()Fnamed getExperienceLnet/minecraft/recipe/AbstractCookingRecipe;getExperience()F
-
getOutput
Returns a preview of the recipe's output.The returned stack should not be modified. To obtain the actual output, call
Recipe.craft(Inventory).- Specified by:
getOutputin interfaceRecipe<Inventory>- Returns:
- a preview of the recipe's output
- Mappings:
Namespace Name Mixin selector official cLcfr;c()Lccw;intermediary method_8110Lnet/minecraft/class_1860;method_8110()Lnet/minecraft/class_1799;named getOutputLnet/minecraft/recipe/Recipe;getOutput()Lnet/minecraft/item/ItemStack;
-
getGroup
Returns a group this recipe belongs in, or an empty string. This is only used by the recipe book.The group string is arbitrary, and is not rendered anywhere; in the recipe book, recipes with the same group will belong to the same cell in the grid of recipes. If the string is empty, this recipe will belong to its own cell.
- Specified by:
getGroupin interfaceRecipe<Inventory>- Returns:
- a group this recipe belongs in, or an empty string
- Mappings:
Namespace Name Mixin selector official dLcfr;d()Ljava/lang/String;intermediary method_8112Lnet/minecraft/class_1860;method_8112()Ljava/lang/String;named getGroupLnet/minecraft/recipe/Recipe;getGroup()Ljava/lang/String;
-
getCookTime
public int getCookTime()- Mappings:
Namespace Name Mixin selector official eLcfb;e()Iintermediary method_8167Lnet/minecraft/class_1874;method_8167()Inamed getCookTimeLnet/minecraft/recipe/AbstractCookingRecipe;getCookTime()I
-
getId
Returns the ID of this recipe.- Specified by:
getIdin interfaceRecipe<Inventory>- Returns:
- the ID of this recipe
- Mappings:
Namespace Name Mixin selector official fLcfr;f()Labv;intermediary method_8114Lnet/minecraft/class_1860;method_8114()Lnet/minecraft/class_2960;named getIdLnet/minecraft/recipe/Recipe;getId()Lnet/minecraft/util/Identifier;
-
getType
Returns the type of this recipe.The
typein the recipe JSON format is the serializer instead.- Specified by:
getTypein interfaceRecipe<Inventory>- Returns:
- the type of this recipe
- Mappings:
Namespace Name Mixin selector official gLcfr;g()Lcfu;intermediary method_17716Lnet/minecraft/class_1860;method_17716()Lnet/minecraft/class_3956;named getTypeLnet/minecraft/recipe/Recipe;getType()Lnet/minecraft/recipe/RecipeType;
-
getCategory
- Mappings:
Namespace Name Mixin selector official hLcfb;h()Lcfh;intermediary method_45438Lnet/minecraft/class_1874;method_45438()Lnet/minecraft/class_7709;named getCategoryLnet/minecraft/recipe/AbstractCookingRecipe;getCategory()Lnet/minecraft/recipe/book/CookingRecipeCategory;
-