Class RegisterRecipeBookCategoriesEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.RegisterRecipeBookCategoriesEvent
All Implemented Interfaces:
IModBusEvent

public class RegisterRecipeBookCategoriesEvent extends net.minecraftforge.eventbus.api.Event implements IModBusEvent
Allows users to register custom categories for the vanilla recipe book, making it usable in modded GUIs.

This event is not cancellable, and does not have a result.

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