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
public abstract class SpecialCraftingRecipe extends Object implements CraftingRecipe
- Mappings:
Namespace Name official bqg
intermediary net/minecraft/class_1852
named net/minecraft/recipe/SpecialCraftingRecipe
-
Field Summary
Fields Modifier and Type Field Description private Identifier
id
-
Constructor Summary
Constructors Constructor Description SpecialCraftingRecipe(Identifier id)
-
Method Summary
Modifier and Type Method Description Identifier
getId()
ItemStack
getOutput()
boolean
isIgnoredInRecipeBook()
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, fits, getGroup, getPreviewInputs, getRecipeKindIcon, getRemainingStacks, getSerializer, isEmpty, matches
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector official a
Lbqg;a:Lwb;
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>
Lbqg;<init>(Lwb;)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
Lbqn;f()Lwb;
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 ah_
Lbqn;ah_()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
Lbqn;c()Lbnv;
intermediary method_8110
Lnet/minecraft/class_1860;method_8110()Lnet/minecraft/class_1799;
named getOutput
Lnet/minecraft/recipe/Recipe;getOutput()Lnet/minecraft/item/ItemStack;
-