Package net.fabricmc.fabric.api.registry
Interface FabricBrewingRecipeRegistryBuilder
public interface FabricBrewingRecipeRegistryBuilder
An extension of
BrewingRecipeRegistry.Builder to support ingredients.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceUse this event to register custom brewing recipes. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Event<FabricBrewingRecipeRegistryBuilder.BuildCallback> An event that is called when the brewing recipe registry is being built. -
Method Summary
Modifier and TypeMethodDescriptiondefault FeatureSetdefault voidregisterItemRecipe(Item input, Ingredient ingredient, Item output) default voidregisterPotionRecipe(RegistryEntry<Potion> input, Ingredient ingredient, RegistryEntry<Potion> output) default voidregisterRecipes(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
-