public interface RecipeType<T extends Recipe<?>>
| bmx | |
| net.minecraft.world.item.crafting.RecipeType | |
| net.minecraft.class_3956 | |
| net.minecraft.recipe.RecipeType | |
| net.minecraft.unmapped.C_rhnqznys | |
| net.minecraft.item.crafting.IRecipeType | |
| net.minecraft.item.crafting.IRecipeType |
Field summary
| Modifier and Type | Field | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RecipeType<CraftingRecipe> |
| ||||||||||||||
| RecipeType<SmeltingRecipe> |
| ||||||||||||||
| RecipeType<BlastingRecipe> |
| ||||||||||||||
| RecipeType<SmokingRecipe> |
| ||||||||||||||
| RecipeType<CampfireCookingRecipe> |
| ||||||||||||||
| RecipeType<StonecuttingRecipe> |
| ||||||||||||||
| RecipeType<SmithingRecipe> |
|
Method summary
| Modifier and Type | Method | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| static <T extends Recipe<?>> RecipeType<T> |
| ||||||||||||||
| default <C extends Inventory> Optional<T> |
|