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, waitgetTypecraft, fits, getGroup, getPreviewInputs, getRecipeKindIcon, getRemainingStacks, getSerializer, matchesprivate 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>