public interface CraftingRecipe extends Recipe<CraftingInventory>
Modifier and Type | Method and Description |
---|---|
default RecipeType<?> |
getType() |
craft, fits, getGroup, getId, getOutput, getPreviewInputs, getRecipeKindIcon, getRemainingStacks, getSerializer, isIgnoredInRecipeBook, matches
default RecipeType<?> getType()
getType
in interface Recipe<CraftingInventory>