net.minecraft.world.item.crafting.display

public record RecipeDisplayEntry

ddk
net.minecraft.world.item.crafting.display.RecipeDisplayEntry
net.minecraft.class_10297
net.minecraft.recipe.RecipeDisplayEntry
net.minecraft.world.item.crafting.display.RecipeDisplayEntry

Field summary

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

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(bbp arg0)
resultItems(ContextMap arg0)
method_64730(class_10352 arg0)
getStacks(ContextParameterMap context)
public boolean
a(cqc arg0)
canCraft(StackedItemContents arg0)
method_64729(class_9875 arg0)
isCraftable(RecipeFinder finder)
public RecipeDisplayId
a()
id()
comp_3262()
id()
public RecipeDisplay
b()
display()
comp_3263()
display()
public OptionalInt
c()
group()
comp_3264()
group()
public RecipeBookCategory
d()
category()
comp_3265()
category()
public Optional<List<Ingredient>>
e()
craftingRequirements()
comp_3266()
craftingRequirements()