Class StonecuttingRecipe

java.lang.Object
net.minecraft.recipe.CuttingRecipe
net.minecraft.recipe.StonecuttingRecipe
All Implemented Interfaces:
Recipe<Inventory>

public class StonecuttingRecipe extends CuttingRecipe
Mappings:
Namespace Name
official cgf
intermediary net/minecraft/class_3975
named net/minecraft/recipe/StonecuttingRecipe
  • Constructor Details

    • StonecuttingRecipe

      public StonecuttingRecipe(Identifier id, String group, Ingredient input, ItemStack output)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcgf;<init>(Labv;Ljava/lang/String;Lcfo;Lccw;)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

      public boolean matches(Inventory inventory, World world)
      Parameters:
      inventory - the input inventory
      world - the input world
      Mappings:
      Namespace Name Mixin selector
      official a Lcfr;a(Lbbn;Lciz;)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

      public ItemStack createIcon()
      Returns 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 i Lcfr;i()Lccw;
      intermediary method_17447 Lnet/minecraft/class_1860;method_17447()Lnet/minecraft/class_1799;
      named createIcon Lnet/minecraft/recipe/Recipe;createIcon()Lnet/minecraft/item/ItemStack;