Klasse RecipeEvents

java.lang.Object
de.luckymcdev.foundryengine.common.event.RecipeEvents

public class RecipeEvents extends Object
  • Felddetails

    • 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
  • Konstruktordetails

    • RecipeEvents

      public RecipeEvents()
  • Methodendetails

    • 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)