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 cgg
intermediary net/minecraft/class_3955
named net/minecraft/recipe/CraftingRecipe
  • Method Details

    • getType

      default RecipeType<?> getType()
      Returns the type of this recipe.

      The type in the recipe JSON format is the serializer instead.

      Specified by:
      getType in interface Recipe<CraftingInventory>
      Returns:
      the type of this recipe
      Mappings:
      Namespace Name Mixin selector
      official g Lcgo;g()Lcgr;
      intermediary method_17716 Lnet/minecraft/class_1860;method_17716()Lnet/minecraft/class_3956;
      named getType Lnet/minecraft/recipe/Recipe;getType()Lnet/minecraft/recipe/RecipeType;
    • getCategory

      CraftingRecipeCategory getCategory()
      Mappings:
      Namespace Name Mixin selector
      official e Lcgg;e()Lcgf;
      intermediary method_45441 Lnet/minecraft/class_3955;method_45441()Lnet/minecraft/class_7710;
      named getCategory Lnet/minecraft/recipe/CraftingRecipe;getCategory()Lnet/minecraft/recipe/book/CraftingRecipeCategory;