public interface RecipeType<T extends Recipe<?>>
| bem | |
| net.minecraft.class_3956 | |
| net.minecraft.crafting.recipe.RecipeType | |
| net.minecraft.item.crafting.IRecipeType | |
| net.minecraft.item.crafting.IRecipeType |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RecipeType<CraftingRecipe> |
| ||||||||||
| RecipeType<FurnaceRecipe> |
| ||||||||||
| RecipeType<BlastFurnaceRecipe> |
| ||||||||||
| RecipeType<SmokerRecipe> |
| ||||||||||
| RecipeType<CampfireRecipe> |
| ||||||||||
| RecipeType<StonecutterRecipe> |
|
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static <T extends Recipe<?>> RecipeType<T> |
| ||||||||||
| default <C extends Inventory> Optional<T> |
|