public abstract class SpecialCraftingRecipe extends Object implements CraftingRecipe
Modifier and Type | Field and Description |
---|---|
private Identifier |
id |
Constructor and Description |
---|
SpecialCraftingRecipe(Identifier id) |
Modifier and Type | Method and Description |
---|---|
Identifier |
getId() |
ItemStack |
getOutput() |
boolean |
isIgnoredInRecipeBook() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
craft, fits, getGroup, getPreviewInputs, getRecipeKindIcon, getRemainingStacks, getSerializer, matches
private final Identifier id
public SpecialCraftingRecipe(Identifier id)
public Identifier getId()
getId
in interface Recipe<CraftingInventory>
public boolean isIgnoredInRecipeBook()
isIgnoredInRecipeBook
in interface Recipe<CraftingInventory>
public ItemStack getOutput()
getOutput
in interface Recipe<CraftingInventory>