Package net.minecraft.recipe
Class StonecuttingRecipe
java.lang.Object
net.minecraft.recipe.CuttingRecipe
net.minecraft.recipe.StonecuttingRecipe
- Mappings:
Namespace Name official btv
intermediary net/minecraft/class_3975
named net/minecraft/recipe/StonecuttingRecipe
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.recipe.CuttingRecipe
CuttingRecipe.Serializer<T extends CuttingRecipe>
-
Field Summary
Fields inherited from class net.minecraft.recipe.CuttingRecipe
group, id, input, output
-
Constructor Summary
ConstructorDescriptionStonecuttingRecipe(Identifier id, String group, Ingredient input, ItemStack output)
-
Method Summary
Modifier and TypeMethodDescriptionCreates the stack that is displayed on the recipe book tab containing this recipe, and on a toast when a recipe of this type is unlocked.boolean
Determines whether this recipe matches the contents currently placed inside the available crafting grid.Methods inherited from class net.minecraft.recipe.CuttingRecipe
craft, fits, getGroup, getId, getIngredients, getOutput, getSerializer, getType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.recipe.Recipe
getRemainder, isEmpty, isIgnoredInRecipeBook
-
Constructor Details
-
StonecuttingRecipe
- Mappings:
Namespace Name Mixin selector official <init>
Lbtv;<init>(Lww;Ljava/lang/String;Lbte;Lbqp;)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
-
matches
Determines whether this recipe matches the contents currently placed inside the available crafting grid.- Mappings:
Namespace Name Mixin selector official a
Lbth;a(Lart;Lbwp;)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
-
createIcon
Creates the stack that is displayed on the recipe book tab containing this recipe, and on a toast when a recipe of this type is unlocked. Used in conjunction withRecipe.getGroup()
.- Mappings:
Namespace Name Mixin selector official h
Lbth;h()Lbqp;
intermediary method_17447
Lnet/minecraft/class_1860;method_17447()Lnet/minecraft/class_1799;
named createIcon
Lnet/minecraft/recipe/Recipe;createIcon()Lnet/minecraft/item/ItemStack;
-