Class SpecialCraftingRecipe

java.lang.Object
net.minecraft.recipe.SpecialCraftingRecipe
All Implemented Interfaces:
CraftingRecipe, Recipe<CraftingRecipeInput>
Direct Known Subclasses:
ArmorDyeRecipe, BannerDuplicateRecipe, BookCloningRecipe, CraftingDecoratedPotRecipe, FireworkRocketRecipe, FireworkStarFadeRecipe, FireworkStarRecipe, MapCloningRecipe, RepairItemRecipe, ShieldDecorationRecipe, ShulkerBoxColoringRecipe, SuspiciousStewRecipe, TippedArrowRecipe

public abstract class SpecialCraftingRecipe extends Object implements CraftingRecipe
Mappings:
Namespace Name
named net/minecraft/recipe/SpecialCraftingRecipe
intermediary net/minecraft/class_1852
official cyp
  • Field Details

    • category

      private final CraftingRecipeCategory category
      Mappings:
      Namespace Name Mixin selector
      named category Lnet/minecraft/recipe/SpecialCraftingRecipe;category:Lnet/minecraft/recipe/book/CraftingRecipeCategory;
      intermediary field_40255 Lnet/minecraft/class_1852;field_40255:Lnet/minecraft/class_7710;
      official a Lcyp;a:Lcym;
  • Constructor Details

    • SpecialCraftingRecipe

      public SpecialCraftingRecipe(CraftingRecipeCategory category)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/recipe/SpecialCraftingRecipe;<init>(Lnet/minecraft/recipe/book/CraftingRecipeCategory;)V
      intermediary <init> Lnet/minecraft/class_1852;<init>(Lnet/minecraft/class_7710;)V
      official <init> Lcyp;<init>(Lcym;)V
  • Method Details

    • isIgnoredInRecipeBook

      public boolean isIgnoredInRecipeBook()
      Returns whether this recipe is ignored by the recipe book. If a recipe is ignored by the recipe book, it will be never displayed. In addition, it won't be restricted by the doLimitedCrafting game rule.
      Specified by:
      isIgnoredInRecipeBook in interface Recipe<CraftingRecipeInput>
      Returns:
      whether this recipe is ignored by the recipe book
      Mappings:
      Namespace Name Mixin selector
      named isIgnoredInRecipeBook Lnet/minecraft/recipe/Recipe;isIgnoredInRecipeBook()Z
      intermediary method_8118 Lnet/minecraft/class_1860;method_8118()Z
      official ao_ Lcyx;ao_()Z
    • getResult

      public ItemStack getResult(RegistryWrapper.WrapperLookup registriesLookup)
      Returns a preview of the recipe's output.

      The returned stack should not be modified. To obtain the actual output, call Recipe.craft(Inventory, DynamicRegistryManager).

      Specified by:
      getResult in interface Recipe<CraftingRecipeInput>
      Returns:
      a preview of the recipe's output
      Mappings:
      Namespace Name Mixin selector
      named getResult Lnet/minecraft/recipe/Recipe;getResult(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/item/ItemStack;
      intermediary method_8110 Lnet/minecraft/class_1860;method_8110(Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_1799;
      official a Lcyx;a(Ljo$a;)Lcuo;
    • getCategory

      public CraftingRecipeCategory getCategory()
      Specified by:
      getCategory in interface CraftingRecipe
      Mappings:
      Namespace Name Mixin selector
      named getCategory Lnet/minecraft/recipe/CraftingRecipe;getCategory()Lnet/minecraft/recipe/book/CraftingRecipeCategory;
      intermediary method_45441 Lnet/minecraft/class_3955;method_45441()Lnet/minecraft/class_7710;
      official d Lcyo;d()Lcym;