Class REIRemoveRecipeKubeEvent

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

public class REIRemoveRecipeKubeEvent extends Object implements RemoveRecipesKubeEvent
  • Constructor Details

    • REIRemoveRecipeKubeEvent

      public REIRemoveRecipeKubeEvent(Map<me.shedaniel.rei.api.common.category.CategoryIdentifier<?>,Collection<net.minecraft.resources.ResourceLocation>> recipesRemoved)
  • 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