Interface CraftingRecipe

All Superinterfaces:
Recipe<CraftingInventory>
All Known Implementing Classes:
ArmorDyeRecipe, BannerDuplicateRecipe, BookCloningRecipe, FireworkRocketRecipe, FireworkStarFadeRecipe, FireworkStarRecipe, MapCloningRecipe, MapExtendingRecipe, RepairItemRecipe, ShapedRecipe, ShapelessRecipe, ShieldDecorationRecipe, ShulkerBoxColoringRecipe, SpecialCraftingRecipe, SuspiciousStewRecipe, TippedArrowRecipe

public interface CraftingRecipe extends Recipe<CraftingInventory>
Mappings:
Namespace Name
official bsz
intermediary net/minecraft/class_3955
named net/minecraft/recipe/CraftingRecipe
  • Method Details

    • getType

      default RecipeType<?> getType()
      Specified by:
      getType in interface Recipe<CraftingInventory>
      Mappings:
      Namespace Name Mixin selector
      official g Lbth;g()Lbtk;
      intermediary method_17716 Lnet/minecraft/class_1860;method_17716()Lnet/minecraft/class_3956;
      named getType Lnet/minecraft/recipe/Recipe;getType()Lnet/minecraft/recipe/RecipeType;