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, getType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRemainingStacks, isIgnoredInRecipeBook
public StonecuttingRecipe(Identifier id, String group, Ingredient input, ItemStack output)