Interface FabricPotionBrewingBuilder.BuildCallback
- Enclosing interface:
FabricPotionBrewingBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Use this event to register custom brewing recipes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(net.minecraft.world.item.alchemy.PotionBrewing.Builder builder) Called when the potion brewing registry is being built.
-
Method Details
-
build
void build(net.minecraft.world.item.alchemy.PotionBrewing.Builder builder) Called when the potion brewing registry is being built.- Parameters:
builder- thePotionBrewinginstance
-