public abstract class SpecialRecipe extends java.lang.Object implements ICraftingRecipe
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
id |
Constructor and Description |
---|
SpecialRecipe(ResourceLocation idIn) |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
getId() |
ItemStack |
getRecipeOutput() |
boolean |
isDynamic() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
canFit, getCraftingResult, getGroup, getIcon, getIngredients, getRemainingItems, getSerializer, matches
private final ResourceLocation id
public SpecialRecipe(ResourceLocation idIn)
public ResourceLocation getId()
getId
in interface IRecipe<CraftingInventory>
public boolean isDynamic()
isDynamic
in interface IRecipe<CraftingInventory>
public ItemStack getRecipeOutput()
getRecipeOutput
in interface IRecipe<CraftingInventory>