Class RegisterRecipeBookSearchCategoriesEvent

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.client.event.RegisterRecipeBookSearchCategoriesEvent
All Implemented Interfaces:
net.neoforged.fml.event.IModBusEvent

public class RegisterRecipeBookSearchCategoriesEvent extends net.neoforged.bus.api.Event implements net.neoforged.fml.event.IModBusEvent
Event to register ExtendedRecipeBookCategory instances for search. Modded equivalent of vanilla's SearchRecipeBookCategory.

This event is fired on the mod-specific event bus, only on the logical client.