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 bta
intermediary net/minecraft/class_1852
named net/minecraft/recipe/SpecialCraftingRecipe
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.recipe.CraftingRecipe
getType
Methods 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 a
Lbta;a:Lww;
intermediary field_9009
Lnet/minecraft/class_1852;field_9009:Lnet/minecraft/class_2960;
named id
Lnet/minecraft/recipe/SpecialCraftingRecipe;id:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
SpecialCraftingRecipe
- Mappings:
Namespace Name Mixin selector official <init>
Lbta;<init>(Lww;)V
intermediary <init>
Lnet/minecraft/class_1852;<init>(Lnet/minecraft/class_2960;)V
named <init>
Lnet/minecraft/recipe/SpecialCraftingRecipe;<init>(Lnet/minecraft/util/Identifier;)V
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceRecipe<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official f
Lbth;f()Lww;
intermediary method_8114
Lnet/minecraft/class_1860;method_8114()Lnet/minecraft/class_2960;
named getId
Lnet/minecraft/recipe/Recipe;getId()Lnet/minecraft/util/Identifier;
-
isIgnoredInRecipeBook
public boolean isIgnoredInRecipeBook()- Specified by:
isIgnoredInRecipeBook
in interfaceRecipe<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official Q_
Lbth;Q_()Z
intermediary method_8118
Lnet/minecraft/class_1860;method_8118()Z
named isIgnoredInRecipeBook
Lnet/minecraft/recipe/Recipe;isIgnoredInRecipeBook()Z
-
getOutput
- Specified by:
getOutput
in interfaceRecipe<CraftingInventory>
- Mappings:
Namespace Name Mixin selector official c
Lbth;c()Lbqp;
intermediary method_8110
Lnet/minecraft/class_1860;method_8110()Lnet/minecraft/class_1799;
named getOutput
Lnet/minecraft/recipe/Recipe;getOutput()Lnet/minecraft/item/ItemStack;
-