net.minecraft.world.item.crafting.display

public record RecipeDisplayEntry

dcl
net.minecraft.world.item.crafting.display.RecipeDisplayEntry
net.minecraft.class_10297
net.minecraft.recipe.RecipeDisplayEntry
net.minecraft.src.C_345726_
net.minecraft.world.item.crafting.display.RecipeDisplayEntry

Field summary

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

Constructor summary

ModifierConstructor
public (RecipeDisplayId display, RecipeDisplay group, OptionalInt category, RecipeBookCategory craftingRequirements, Optional<List<Ingredient>> arg4)

Method summary

Modifier and TypeMethod
public List<ItemStack>
a(bak arg0)
resultItems(ContextMap arg0)
method_64730(class_10352 arg0)
getStacks(ContextParameterMap context)
m_356102_(C_346206_ arg0)
public boolean
a(cpd arg0)
canCraft(StackedItemContents arg0)
method_64729(class_9875 arg0)
isCraftable(RecipeFinder finder)
m_356624_(C_345581_ arg0)
public RecipeDisplayId
a()
id()
comp_3262()
id()
f_346223_()
public RecipeDisplay
b()
display()
comp_3263()
display()
f_347203_()
public OptionalInt
c()
group()
comp_3264()
group()
f_347981_()
public RecipeBookCategory
d()
category()
comp_3265()
category()
f_347388_()
public Optional<List<Ingredient>>
e()
craftingRequirements()
comp_3266()
craftingRequirements()
f_346660_()