Class RecipeEvents
java.lang.Object
de.luckymcdev.foundryengine.common.event.RecipeEvents
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EventGroupHolder<net.neoforged.neoforge.event.ModifyRecipeJsonsEvent> static final EventGroupHolder<net.neoforged.neoforge.client.event.RecipesReceivedEvent> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidmodifyRecipes(EventCallback<net.neoforged.neoforge.event.ModifyRecipeJsonsEvent> cb) static voidrecipesReceived(EventCallback<net.neoforged.neoforge.client.event.RecipesReceivedEvent> cb)
-
Field Details
-
RECIPES_UPDATED
public static final EventGroupHolder<net.neoforged.neoforge.client.event.RecipesReceivedEvent> RECIPES_UPDATED -
MODIFY_RECIPES
public static final EventGroupHolder<net.neoforged.neoforge.event.ModifyRecipeJsonsEvent> MODIFY_RECIPES
-
-
Constructor Details
-
RecipeEvents
public RecipeEvents()
-
-
Method Details
-
recipesReceived
public static void recipesReceived(EventCallback<net.neoforged.neoforge.client.event.RecipesReceivedEvent> cb) -
modifyRecipes
public static void modifyRecipes(EventCallback<net.neoforged.neoforge.event.ModifyRecipeJsonsEvent> cb)
-