Package net.minecraft.recipe
Class StonecuttingRecipe
java.lang.Object
net.minecraft.recipe.CuttingRecipe
net.minecraft.recipe.StonecuttingRecipe
- Mappings:
- Namespace - Name - official - cjt- intermediary - net/minecraft/class_3975- named - net/minecraft/recipe/StonecuttingRecipe
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.recipe.CuttingRecipeCuttingRecipe.Serializer<T extends CuttingRecipe>
- 
Field SummaryFields inherited from class net.minecraft.recipe.CuttingRecipegroup, id, input, output
- 
Constructor SummaryConstructorsConstructorDescriptionStonecuttingRecipe(Identifier id, String group, Ingredient input, ItemStack output) 
- 
Method SummaryModifier and TypeMethodDescriptionReturns an item rendered on the top left of the output preview on the recipe toast when a new recipe is unlocked.booleanReturns whether this recipe matches the contents inside theinventoryin the givenworld.Methods inherited from class net.minecraft.recipe.CuttingRecipecraft, fits, getGroup, getId, getIngredients, getOutput, getSerializer, getTypeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.RecipegetRemainder, isEmpty, isIgnoredInRecipeBook, showNotification
- 
Constructor Details- 
StonecuttingRecipe- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lcjt;<init>(Lacq;Ljava/lang/String;Lciz;Lcfz;)V- intermediary - <init>- Lnet/minecraft/class_3975;<init>(Lnet/minecraft/class_2960;Ljava/lang/String;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;)V- named - <init>- Lnet/minecraft/recipe/StonecuttingRecipe;<init>(Lnet/minecraft/util/Identifier;Ljava/lang/String;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/ItemStack;)V
 
 
- 
- 
Method Details- 
matchesReturns 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.- Parameters:
- inventory- the input inventory
- world- the input world
- Returns:
- whether this recipe matches the contents inside the
 inventoryin the givenworld
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcjc;a(Lbdq;Lcmm;)Z- intermediary - method_8115- Lnet/minecraft/class_1860;method_8115(Lnet/minecraft/class_1263;Lnet/minecraft/class_1937;)Z- named - matches- Lnet/minecraft/recipe/Recipe;matches(Lnet/minecraft/inventory/Inventory;Lnet/minecraft/world/World;)Z
 
- 
createIconReturns an item rendered on the top left of the output preview on the recipe toast when a new recipe is unlocked. This can be interpreted as a catalyst for the recipe.- Returns:
- an item rendered on the top left of the output preview on the recipe toast when a new recipe is unlocked
- Mappings:
- Namespace - Name - Mixin selector - official - h- Lcjc;h()Lcfz;- intermediary - method_17447- Lnet/minecraft/class_1860;method_17447()Lnet/minecraft/class_1799;- named - createIcon- Lnet/minecraft/recipe/Recipe;createIcon()Lnet/minecraft/item/ItemStack;
 
 
-