Uses of Record Class
net.minecraft.world.item.crafting.BrewingInput
Packages that use BrewingInput
-
Uses of BrewingInput in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting that implement interfaces with type arguments of type BrewingInputMethods in net.minecraft.world.item.crafting with parameters of type BrewingInputModifier and TypeMethodDescriptionBrewingRecipe.assemble(BrewingInput input) booleanBrewingRecipe.matches(BrewingInput brewingInput) booleanBrewingRecipe.matches(BrewingInput brewingInput, Level level) -
Uses of BrewingInput in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type BrewingInputModifier and TypeFieldDescriptionprivate final RecipeManager.CachedCheck<BrewingInput, BrewingRecipe> BrewingStandBlockEntity.quickCheck