Class JEIRemoveRecipesKubeEvent

java.lang.Object
dev.latvian.mods.kubejs.integration.jei.JEIRemoveRecipesKubeEvent
All Implemented Interfaces:
KubeEvent, RemoveRecipesKubeEvent

public class JEIRemoveRecipesKubeEvent extends Object implements RemoveRecipesKubeEvent
  • Constructor Details

    • JEIRemoveRecipesKubeEvent

      public JEIRemoveRecipesKubeEvent(mezz.jei.api.recipe.IRecipeManager recipeManager, Map<net.minecraft.resources.ResourceLocation,mezz.jei.api.recipe.category.IRecipeCategory<?>> categories)
  • Method Details

    • remove

      public void remove(dev.latvian.mods.rhino.Context cx, net.minecraft.resources.ResourceLocation[] recipesToRemove)
      Specified by:
      remove in interface RemoveRecipesKubeEvent
    • removeFromCategory

      public void removeFromCategory(dev.latvian.mods.rhino.Context cx, @Nullable @Nullable net.minecraft.resources.ResourceLocation category, net.minecraft.resources.ResourceLocation[] recipesToRemove)
      Specified by:
      removeFromCategory in interface RemoveRecipesKubeEvent
    • afterPosted

      public void afterPosted(EventResult result)
      Specified by:
      afterPosted in interface KubeEvent