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
-
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, matches
-
Field Details
-
id
-
-
Constructor Details
-
SpecialCraftingRecipe
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceRecipe<CraftingInventory>
-
isIgnoredInRecipeBook
public boolean isIgnoredInRecipeBook()- Specified by:
isIgnoredInRecipeBook
in interfaceRecipe<CraftingInventory>
-
getOutput
- Specified by:
getOutput
in interfaceRecipe<CraftingInventory>
-