public class StonecuttingRecipe extends CuttingRecipe
CuttingRecipe.Serializer<T extends CuttingRecipe>group, id, input, output| Constructor and Description |
|---|
StonecuttingRecipe(Identifier id,
String group,
Ingredient input,
ItemStack output) |
| Modifier and Type | Method and Description |
|---|---|
ItemStack |
getRecipeKindIcon() |
boolean |
matches(Inventory inv,
World world) |
craft, fits, getGroup, getId, getOutput, getPreviewInputs, getSerializer, getTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRemainingStacks, isIgnoredInRecipeBookpublic StonecuttingRecipe(Identifier id, String group, Ingredient input, ItemStack output)