Class ActionRemoveGenericRecipeBase

All Implemented Interfaces:
IAction, IRuntimeAction
Direct Known Subclasses:
ActionRemoveGenericRecipe, ActionRemoveGenericRecipeByModId, ActionRemoveGenericRecipeByName, ActionRemoveGenericRecipeByOutput, ActionRemoveGenericRecipeByRegex

public abstract class ActionRemoveGenericRecipeBase extends ActionWholeRegistryBase
  • Constructor Details

    • ActionRemoveGenericRecipeBase

      public ActionRemoveGenericRecipeBase()
  • Method Details

    • apply

      public void apply()
      Description copied from interface: IAction
      Applies the action, executing all code necessary.
    • shouldRemove

      protected abstract boolean shouldRemove(net.minecraft.world.item.crafting.Recipe<?> recipe)