Package net.fabricmc.fabric.api.registry
Interface FabricBrewingRecipeRegistryBuilder
public interface FabricBrewingRecipeRegistryBuilder
An extension of
BrewingRecipeRegistry.Builder
to support ingredients.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Use this event to register custom brewing recipes. -
Field Summary
Modifier and TypeFieldDescriptionstatic final Event
<FabricBrewingRecipeRegistryBuilder.BuildCallback> An event that is called when the brewing recipe registry is being built. -
Method Summary
Modifier and TypeMethodDescriptiondefault FeatureSet
default void
registerItemRecipe
(Item input, Ingredient ingredient, Item output) default void
registerPotionRecipe
(RegistryEntry<Potion> input, Ingredient ingredient, RegistryEntry<Potion> output) default void
registerRecipes
(Ingredient ingredient, RegistryEntry<Potion> potion)
-
Field Details
-
BUILD
An event that is called when the brewing recipe registry is being built.
-
-
Method Details
-
registerItemRecipe
-
registerPotionRecipe
default void registerPotionRecipe(RegistryEntry<Potion> input, Ingredient ingredient, RegistryEntry<Potion> output) -
registerRecipes
-
getEnabledFeatures
-