Package net.minecraft.recipe
Class SpecialCraftingRecipe
java.lang.Object
net.minecraft.recipe.SpecialCraftingRecipe
- All Implemented Interfaces:
CraftingRecipe,Recipe<CraftingInventory>
- Direct Known Subclasses:
ArmorDyeRecipe,BannerDuplicateRecipe,BookCloningRecipe,FireworkRocketRecipe,FireworkStarFadeRecipe,FireworkStarRecipe,MapCloningRecipe,RepairItemRecipe,ShieldDecorationRecipe,ShulkerBoxColoringRecipe,SuspiciousStewRecipe,TippedArrowRecipe
- Mappings:
Namespace Name official bsjintermediary net/minecraft/class_1852named net/minecraft/recipe/SpecialCraftingRecipe
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector official aLbsj;a:Lwr;intermediary field_9009Lnet/minecraft/class_1852;field_9009:Lnet/minecraft/class_2960;named idLnet/minecraft/recipe/SpecialCraftingRecipe;id:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
SpecialCraftingRecipe
- Mappings:
Namespace Name Mixin selector official <init>Lbsj;<init>(Lwr;)Vintermediary <init>Lnet/minecraft/class_1852;<init>(Lnet/minecraft/class_2960;)Vnamed <init>Lnet/minecraft/recipe/SpecialCraftingRecipe;<init>(Lnet/minecraft/util/Identifier;)V
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceRecipe<CraftingInventory>- Mappings:
Namespace Name Mixin selector official fLbsq;f()Lwr;intermediary method_8114Lnet/minecraft/class_1860;method_8114()Lnet/minecraft/class_2960;named getIdLnet/minecraft/recipe/Recipe;getId()Lnet/minecraft/util/Identifier;
-
isIgnoredInRecipeBook
public boolean isIgnoredInRecipeBook()- Specified by:
isIgnoredInRecipeBookin interfaceRecipe<CraftingInventory>- Mappings:
Namespace Name Mixin selector official Q_Lbsq;Q_()Zintermediary method_8118Lnet/minecraft/class_1860;method_8118()Znamed isIgnoredInRecipeBookLnet/minecraft/recipe/Recipe;isIgnoredInRecipeBook()Z
-
getOutput
- Specified by:
getOutputin interfaceRecipe<CraftingInventory>- Mappings:
Namespace Name Mixin selector official cLbsq;c()Lbpy;intermediary method_8110Lnet/minecraft/class_1860;method_8110()Lnet/minecraft/class_1799;named getOutputLnet/minecraft/recipe/Recipe;getOutput()Lnet/minecraft/item/ItemStack;
-