Class BlastingRecipe

All Implemented Interfaces:
Recipe<Inventory>

public class BlastingRecipe extends AbstractCookingRecipe
Mappings:
Namespace Name
official bsw
intermediary net/minecraft/class_3859
named net/minecraft/recipe/BlastingRecipe
  • Constructor Details

    • BlastingRecipe

      public BlastingRecipe(Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbsw;<init>(Lww;Ljava/lang/String;Lbte;Lbqp;FI)V
      intermediary <init> Lnet/minecraft/class_3859;<init>(Lnet/minecraft/class_2960;Ljava/lang/String;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)V
      named <init> Lnet/minecraft/recipe/BlastingRecipe;<init>(Lnet/minecraft/util/Identifier;Ljava/lang/String;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/ItemStack;FI)V
  • Method Details

    • createIcon

      public ItemStack 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 with Recipe.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;
    • getSerializer

      public RecipeSerializer<?> getSerializer()
      Mappings:
      Namespace Name Mixin selector
      official R_ Lbth;R_()Lbtj;
      intermediary method_8119 Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;
      named getSerializer Lnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;