net.minecraft.recipe

record RecipeCache$CachedRecipe

net.minecraft.world.item.crafting.RecipeCache$Entry
net.minecraft.class_8884$class_8885
net.minecraft.recipe.RecipeCache$CachedRecipe

Field summary

Modifier and TypeField
private final DefaultedList<ItemStack>
key
comp_2001
key
private final int
width
comp_2816
width
private final int
height
comp_2817
height
private final RecipeEntry<CraftingRecipe>
value
comp_2002
value

Constructor summary

ModifierConstructor
private (DefaultedList<ItemStack> key, int width, int height, RecipeEntry<CraftingRecipe> value)

Method summary

Modifier and TypeMethod
public boolean
matches(CraftingInput input)
method_54472(class_9694 arg0)
matches(CraftingRecipeInput input)
public DefaultedList<ItemStack>
key()
comp_2001()
key()
public int
width()
comp_2816()
width()
public int
height()
comp_2817()
height()
public RecipeEntry<CraftingRecipe>
value()
comp_2002()
value()