net.minecraft.world.item.crafting.display

public record RecipeDisplayEntry

dgy
net.minecraft.world.item.crafting.display.RecipeDisplayEntry
net.minecraft.class_10297

Field summary

Modifier and TypeField
private final RecipeDisplayId
b
id
comp_3262
private final RecipeDisplay
c
display
comp_3263
private final OptionalInt
d
group
comp_3264
private final RecipeBookCategory
e
category
comp_3265
private final Optional<List<Ingredient>>
f
craftingRequirements
comp_3266
public static final StreamCodec<RegistryFriendlyByteBuf, RecipeDisplayEntry>
a
STREAM_CODEC
field_54663

Constructor summary

ModifierConstructor
public (RecipeDisplayId arg0, RecipeDisplay arg1, OptionalInt arg2, RecipeBookCategory arg3, Optional<List<Ingredient>> arg4)

Method summary

Modifier and TypeMethod
public List<ItemStack>
a(bbv arg0)
resultItems(ContextMap arg0)
method_64730(class_10352 arg0)
public boolean
a(cte arg0)
canCraft(StackedItemContents arg0)
method_64729(class_9875 arg0)
public RecipeDisplayId
a()
id()
comp_3262()
public RecipeDisplay
b()
display()
comp_3263()
public OptionalInt
c()
group()
comp_3264()
public RecipeBookCategory
d()
category()
comp_3265()
public Optional<List<Ingredient>>
e()
craftingRequirements()
comp_3266()