Package net.minecraft.recipe
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,- TippedArrowRecipe
- Mappings:
- Namespace - Name - named - net/minecraft/recipe/SpecialCraftingRecipe- intermediary - net/minecraft/class_1852- official - dav
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classA serializer for hardcoded recipes.
- 
Field SummaryFieldsFields inherited from interface net.minecraft.recipe.RecipeCODEC, PACKET_CODEC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract RecipeSerializer<? extends SpecialCraftingRecipe> Returns the serializer associated with this recipe.booleanReturns whether this recipe is ignored by the recipe book.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.CraftingRecipegetRecipeBookCategory, getRecipeRemainders, getTypeMethods inherited from interface net.minecraft.recipe.Recipecraft, getDisplays, getGroup, matches, showNotification
- 
Field Details- 
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 - c- Ldav;c:Ldas;
 
 
- 
- 
Constructor Details- 
SpecialCraftingRecipe- 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>- Ldav;<init>(Ldas;)V
 
 
- 
- 
Method Details- 
isIgnoredInRecipeBookpublic 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 thedoLimitedCraftinggame rule.- Specified by:
- isIgnoredInRecipeBookin 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 - ap_- Ldbf;ap_()Z
 
- 
getCategory- Specified by:
- getCategoryin 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 - c- Ldau;c()Ldas;
 
- 
getIngredientPlacement- Specified by:
- getIngredientPlacementin interface- Recipe<CraftingRecipeInput>
- Mappings:
- Namespace - Name - Mixin selector - named - getIngredientPlacement- Lnet/minecraft/recipe/Recipe;getIngredientPlacement()Lnet/minecraft/recipe/IngredientPlacement;- intermediary - method_61671- Lnet/minecraft/class_1860;method_61671()Lnet/minecraft/class_9887;- official - ao_- Ldbf;ao_()Ldbe;
 
- 
getSerializerReturns the serializer associated with this recipe.- Specified by:
- getSerializerin interface- CraftingRecipe
- Specified by:
- getSerializerin interface- Recipe<CraftingRecipeInput>
- Returns:
- the serializer associated with this recipe
- Mappings:
- Namespace - Name - Mixin selector - named - getSerializer- Lnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;- intermediary - method_8119- Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;- official - a- Ldbf;a()Ldbp;
 
 
-