Package net.minecraft.item.crafting
Class SpecialRecipe
java.lang.Object
net.minecraft.item.crafting.SpecialRecipe
- All Implemented Interfaces:
ICraftingRecipe
,IRecipe<CraftingInventory>
- Direct Known Subclasses:
ArmorDyeRecipe
,BannerDuplicateRecipe
,BookCloningRecipe
,FireworkRocketRecipe
,FireworkStarFadeRecipe
,FireworkStarRecipe
,MapCloningRecipe
,RepairItemRecipe
,ShieldRecipes
,ShulkerBoxColoringRecipe
,SuspiciousStewRecipe
,TippedArrowRecipe
-
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.item.crafting.ICraftingRecipe
getType
Methods inherited from interface net.minecraft.item.crafting.IRecipe
assemble, canCraftInDimensions, getGroup, getIngredients, getRemainingItems, getSerializer, getToastSymbol, matches
-
Field Details
-
id
-
-
Constructor Details
-
SpecialRecipe
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceIRecipe<CraftingInventory>
-
isSpecial
public boolean isSpecial()- Specified by:
isSpecial
in interfaceIRecipe<CraftingInventory>
-
getResultItem
- Specified by:
getResultItem
in interfaceIRecipe<CraftingInventory>
-