Package net.minecraft.recipe
Class SpecialCraftingRecipe
java.lang.Object
net.minecraft.recipe.SpecialCraftingRecipe
- All Implemented Interfaces:
CraftingRecipe,Recipe<class_8566>
- Direct Known Subclasses:
ArmorDyeRecipe,BannerDuplicateRecipe,BookCloningRecipe,CraftingDecoratedPotRecipe,FireworkRocketRecipe,FireworkStarFadeRecipe,FireworkStarRecipe,MapCloningRecipe,RepairItemRecipe,ShieldDecorationRecipe,ShulkerBoxColoringRecipe,SuspiciousStewRecipe,TippedArrowRecipe
- Mappings:
Namespace Name intermediary net/minecraft/class_1852official cisnamed net/minecraft/recipe/SpecialCraftingRecipe
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the ID of this recipe.getOutput(DynamicRegistryManager registryManager) Returns a preview of the recipe's output.booleanReturns whether this recipe is ignored by the recipe book.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.CraftingRecipe
getTypeMethods inherited from interface net.minecraft.recipe.Recipe
craft, createIcon, fits, getGroup, getIngredients, getRemainder, getSerializer, isEmpty, matches, showNotification
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector intermediary field_9009Lnet/minecraft/class_1852;field_9009:Lnet/minecraft/class_2960;official aLcis;a:Lacq;named idLnet/minecraft/recipe/SpecialCraftingRecipe;id:Lnet/minecraft/util/Identifier;
-
category
- Mappings:
Namespace Name Mixin selector intermediary field_40255Lnet/minecraft/class_1852;field_40255:Lnet/minecraft/class_7710;official bLcis;b:Lciq;named categoryLnet/minecraft/recipe/SpecialCraftingRecipe;category:Lnet/minecraft/recipe/book/CraftingRecipeCategory;
-
-
Constructor Details
-
SpecialCraftingRecipe
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_1852;<init>(Lnet/minecraft/class_2960;Lnet/minecraft/class_7710;)Vofficial <init>Lcis;<init>(Lacq;Lciq;)Vnamed <init>Lnet/minecraft/recipe/SpecialCraftingRecipe;<init>(Lnet/minecraft/util/Identifier;Lnet/minecraft/recipe/book/CraftingRecipeCategory;)V
-
-
Method Details
-
getId
Returns the ID of this recipe.- Specified by:
getIdin interfaceRecipe<class_8566>- Returns:
- the ID of this recipe
- Mappings:
Namespace Name Mixin selector intermediary method_8114Lnet/minecraft/class_1860;method_8114()Lnet/minecraft/class_2960;official eLcja;e()Lacq;named getIdLnet/minecraft/recipe/Recipe;getId()Lnet/minecraft/util/Identifier;
-
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 thedoLimitedCraftinggame rule.- Specified by:
isIgnoredInRecipeBookin interfaceRecipe<class_8566>- Returns:
- whether this recipe is ignored by the recipe book
- Mappings:
Namespace Name Mixin selector intermediary method_8118Lnet/minecraft/class_1860;method_8118()Zofficial ah_Lcja;ah_()Znamed isIgnoredInRecipeBookLnet/minecraft/recipe/Recipe;isIgnoredInRecipeBook()Z
-
getOutput
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:
getOutputin interfaceRecipe<class_8566>- Returns:
- a preview of the recipe's output
- Mappings:
Namespace Name Mixin selector intermediary method_8110Lnet/minecraft/class_1860;method_8110(Lnet/minecraft/class_5455;)Lnet/minecraft/class_1799;official aLcja;a(Lhs;)Lcfx;named getOutputLnet/minecraft/recipe/Recipe;getOutput(Lnet/minecraft/registry/DynamicRegistryManager;)Lnet/minecraft/item/ItemStack;
-
getCategory
- Specified by:
getCategoryin interfaceCraftingRecipe- Mappings:
Namespace Name Mixin selector intermediary method_45441Lnet/minecraft/class_3955;method_45441()Lnet/minecraft/class_7710;official dLcir;d()Lciq;named getCategoryLnet/minecraft/recipe/CraftingRecipe;getCategory()Lnet/minecraft/recipe/book/CraftingRecipeCategory;
-