| net.minecraft.world.item.crafting.display.RecipeDisplayEntry | |
| net.minecraft.class_10297 | |
| net.minecraft.recipe.RecipeDisplayEntry |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private final NetworkRecipeId |
|
||||||
| private final RecipeDisplay |
|
||||||
| private final OptionalInt |
|
||||||
| private final RecipeBookCategory |
|
||||||
| private final Optional<List<Ingredient>> |
|
||||||
| public static final PacketCodec<RegistryByteBuf, RecipeDisplayEntry> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (NetworkRecipeId id, RecipeDisplay display, OptionalInt group, RecipeBookCategory category, Optional<List<Ingredient>> craftingRequirements) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public List<ItemStack> |
|
||||||
| public boolean |
|
||||||
| public NetworkRecipeId |
|
||||||
| public RecipeDisplay |
|
||||||
| public OptionalInt |
|
||||||
| public RecipeBookCategory |
|
||||||
| public Optional<List<Ingredient>> |
|