public record SelectableRecipe<T extends Recipe<?>>
| drf | |
| 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 |
字段概要
| 修饰符与类型 | 字段 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final SlotDisplay |
| ||||||||||
| private final Optional<RecipeHolder<T>> |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (SlotDisplay optionDisplay, Optional<RecipeHolder<T>> recipe) |
方法概要
| 修饰符与类型 | 方法 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static <T extends Recipe<?>> StreamCodec<RegistryFriendlyByteBuf, SelectableRecipe<T>> |
| ||||||||||
| public SlotDisplay |
| ||||||||||
| public Optional<RecipeHolder<T>> |
|