Package net.minecraft.recipe
Class AbstractCookingRecipe
java.lang.Object
net.minecraft.recipe.AbstractCookingRecipe
- All Implemented Interfaces:
Recipe<SingleStackRecipeInput>
- Direct Known Subclasses:
BlastingRecipe,CampfireCookingRecipe,SmeltingRecipe,SmokingRecipe
public abstract class AbstractCookingRecipe
extends Object
implements Recipe<SingleStackRecipeInput>
- Mappings:
Namespace Name named net/minecraft/recipe/AbstractCookingRecipeintermediary net/minecraft/class_1874official czo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CookingRecipeCategoryprotected final intprotected final floatprotected final Stringprotected final Ingredientprivate @Nullable IngredientPlacementprotected final ItemStackprotected final RecipeType<?> Fields inherited from interface net.minecraft.recipe.Recipe
CODEC, PACKET_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionAbstractCookingRecipe(RecipeType<?> type, String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) -
Method Summary
Modifier and TypeMethodDescriptioncraft(SingleStackRecipeInput singleStackRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) Crafts this recipe.booleanfits(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.getResult(RegistryWrapper.WrapperLookup registriesLookup) Returns a preview of the recipe's output.RecipeType<?> getType()Returns the type of this recipe.booleanmatches(SingleStackRecipeInput singleStackRecipeInput, World world) Returns whether this recipe matches the contents inside theinventoryin the givenworld.Methods 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, isIgnoredInRecipeBook, showNotification
-
Field Details
-
type
- Mappings:
Namespace Name Mixin selector named typeLnet/minecraft/recipe/AbstractCookingRecipe;type:Lnet/minecraft/recipe/RecipeType;intermediary field_17544Lnet/minecraft/class_1874;field_17544:Lnet/minecraft/class_3956;official aLczo;a:Ldan;
-
category
- Mappings:
Namespace Name Mixin selector named categoryLnet/minecraft/recipe/AbstractCookingRecipe;category:Lnet/minecraft/recipe/book/CookingRecipeCategory;intermediary field_40241Lnet/minecraft/class_1874;field_40241:Lnet/minecraft/class_7709;official bLczo;b:Lczu;
-
group
- Mappings:
Namespace Name Mixin selector named groupLnet/minecraft/recipe/AbstractCookingRecipe;group:Ljava/lang/String;intermediary field_9062Lnet/minecraft/class_1874;field_9062:Ljava/lang/String;official cLczo;c:Ljava/lang/String;
-
ingredient
- Mappings:
Namespace Name Mixin selector named ingredientLnet/minecraft/recipe/AbstractCookingRecipe;ingredient:Lnet/minecraft/recipe/Ingredient;intermediary field_9061Lnet/minecraft/class_1874;field_9061:Lnet/minecraft/class_1856;official dLczo;d:Ldad;
-
result
- Mappings:
Namespace Name Mixin selector named resultLnet/minecraft/recipe/AbstractCookingRecipe;result:Lnet/minecraft/item/ItemStack;intermediary field_9059Lnet/minecraft/class_1874;field_9059:Lnet/minecraft/class_1799;official eLczo;e:Lcvp;
-
experience
protected final float experience- Mappings:
Namespace Name Mixin selector named experienceLnet/minecraft/recipe/AbstractCookingRecipe;experience:Fintermediary field_9057Lnet/minecraft/class_1874;field_9057:Fofficial fLczo;f:F
-
cookingTime
protected final int cookingTime- Mappings:
Namespace Name Mixin selector named cookingTimeLnet/minecraft/recipe/AbstractCookingRecipe;cookingTime:Iintermediary field_9058Lnet/minecraft/class_1874;field_9058:Iofficial gLczo;g:I
-
ingredientPlacement
- Mappings:
Namespace Name Mixin selector named ingredientPlacementLnet/minecraft/recipe/AbstractCookingRecipe;ingredientPlacement:Lnet/minecraft/recipe/IngredientPlacement;intermediary field_52594Lnet/minecraft/class_1874;field_52594:Lnet/minecraft/class_9887;official jLczo;j:Ldag;
-
-
Constructor Details
-
AbstractCookingRecipe
public AbstractCookingRecipe(RecipeType<?> type, String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/recipe/AbstractCookingRecipe;<init>(Lnet/minecraft/recipe/RecipeType;Ljava/lang/String;Lnet/minecraft/recipe/book/CookingRecipeCategory;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/ItemStack;FI)Vintermediary <init>Lnet/minecraft/class_1874;<init>(Lnet/minecraft/class_3956;Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)Vofficial <init>Lczo;<init>(Ldan;Ljava/lang/String;Lczu;Ldad;Lcvp;FI)V
-
-
Method Details
-
matches
Description copied from interface:RecipeReturns whether this recipe matches the contents inside theinventoryin the givenworld.The
worldcurrently is only used by the map cloning recipe to prevent duplication of explorer maps.- Specified by:
matchesin interfaceRecipe<SingleStackRecipeInput>- Parameters:
world- the input world- Returns:
- whether this recipe matches the contents inside the
inventoryin the givenworld - Mappings:
Namespace Name Mixin selector named matchesLnet/minecraft/recipe/AbstractCookingRecipe;matches(Lnet/minecraft/recipe/input/SingleStackRecipeInput;Lnet/minecraft/world/World;)Zintermediary method_59981Lnet/minecraft/class_1874;method_59981(Lnet/minecraft/class_9696;Lnet/minecraft/class_1937;)Zofficial aLczo;a(Ldax;Ldeg;)Z
-
craft
public ItemStack craft(SingleStackRecipeInput singleStackRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) Description copied from interface:RecipeCrafts this recipe.This method does not perform side effects on the
inventory.This method should return a new item stack on each call.
- Specified by:
craftin interfaceRecipe<SingleStackRecipeInput>- Returns:
- the resulting item stack
- Mappings:
Namespace Name Mixin selector named craftLnet/minecraft/recipe/AbstractCookingRecipe;craft(Lnet/minecraft/recipe/input/SingleStackRecipeInput;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/item/ItemStack;intermediary method_59982Lnet/minecraft/class_1874;method_59982(Lnet/minecraft/class_9696;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_1799;official aLczo;a(Ldax;Ljp$a;)Lcvp;
-
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<SingleStackRecipeInput>- 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 named fitsLnet/minecraft/recipe/Recipe;fits(II)Zintermediary method_8113Lnet/minecraft/class_1860;method_8113(II)Zofficial aLdah;a(II)Z
-
getIngredientPlacement
- Specified by:
getIngredientPlacementin interfaceRecipe<SingleStackRecipeInput>- Mappings:
Namespace Name Mixin selector named getIngredientPlacementLnet/minecraft/recipe/Recipe;getIngredientPlacement()Lnet/minecraft/recipe/IngredientPlacement;intermediary method_61671Lnet/minecraft/class_1860;method_61671()Lnet/minecraft/class_9887;official aLdah;a()Ldag;
-
getExperience
public float getExperience()- Mappings:
Namespace Name Mixin selector named getExperienceLnet/minecraft/recipe/AbstractCookingRecipe;getExperience()Fintermediary method_8171Lnet/minecraft/class_1874;method_8171()Fofficial bLczo;b()F
-
getResult
Returns a preview of the recipe's output.The returned stack should not be modified. To obtain the actual output, call
craft(Inventory, DynamicRegistryManager).- Specified by:
getResultin interfaceRecipe<SingleStackRecipeInput>- Returns:
- a preview of the recipe's output
- Mappings:
Namespace Name Mixin selector named getResultLnet/minecraft/recipe/Recipe;getResult(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/item/ItemStack;intermediary method_8110Lnet/minecraft/class_1860;method_8110(Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_1799;official aLdah;a(Ljp$a;)Lcvp;
-
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<SingleStackRecipeInput>- Returns:
- a group this recipe belongs in, or an empty string
- Mappings:
Namespace Name Mixin selector named getGroupLnet/minecraft/recipe/Recipe;getGroup()Ljava/lang/String;intermediary method_8112Lnet/minecraft/class_1860;method_8112()Ljava/lang/String;official cLdah;c()Ljava/lang/String;
-
getCookingTime
public int getCookingTime()- Mappings:
Namespace Name Mixin selector named getCookingTimeLnet/minecraft/recipe/AbstractCookingRecipe;getCookingTime()Iintermediary method_8167Lnet/minecraft/class_1874;method_8167()Iofficial dLczo;d()I
-
getType
Returns the type of this recipe.The
typein the recipe JSON format is the serializer instead.- Specified by:
getTypein interfaceRecipe<SingleStackRecipeInput>- Returns:
- the type of this recipe
- Mappings:
Namespace Name Mixin selector named getTypeLnet/minecraft/recipe/Recipe;getType()Lnet/minecraft/recipe/RecipeType;intermediary method_17716Lnet/minecraft/class_1860;method_17716()Lnet/minecraft/class_3956;official eLdah;e()Ldan;
-
getCategory
- Mappings:
Namespace Name Mixin selector named getCategoryLnet/minecraft/recipe/AbstractCookingRecipe;getCategory()Lnet/minecraft/recipe/book/CookingRecipeCategory;intermediary method_45438Lnet/minecraft/class_1874;method_45438()Lnet/minecraft/class_7709;official fLczo;f()Lczu;
-