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