public record SelectableRecipe<T extends Recipe<?>>
| dmv | |
| net.minecraft.world.item.crafting.SelectableRecipe | |
| net.minecraft.class_10291 | |
| net.minecraft.recipe.display.CuttingRecipeDisplay | |
| net.minecraft.src.C_346106_ | |
| net.minecraft.world.item.crafting.SelectableRecipe |
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final SlotDisplay |
| ||||||||||
| private final Optional<RecipeHolder<T>> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (SlotDisplay recipe, Optional<RecipeHolder<T>> arg1) |
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static <T extends Recipe<?>> StreamCodec<RegistryFriendlyByteBuf, SelectableRecipe<T>> |
| ||||||||||
| public SlotDisplay |
| ||||||||||
| public Optional<RecipeHolder<T>> |
|