net.minecraft.recipe

record BrewingRecipeRegistry$Recipe<T>

net.minecraft.world.item.alchemy.PotionBrewing$Mix
net.minecraft.class_1845$class_1846
net.minecraft.recipe.BrewingRecipeRegistry$Recipe

Field summary

Modifier and TypeField
private final RegistryEntry<T>
from
comp_2190
from
private final Ingredient
ingredient
comp_2191
ingredient
private final RegistryEntry<T>
to
comp_2192
to

Constructor summary

ModifierConstructor
private (RegistryEntry<T> from, Ingredient ingredient, RegistryEntry<T> to)

Method summary

Modifier and TypeMethod
public RegistryEntry<T>
from()
comp_2190()
from()
public Ingredient
ingredient()
comp_2191()
ingredient()
public RegistryEntry<T>
to()
comp_2192()
to()