Class ActionRemoveGenericRecipeBase
java.lang.Object
com.blamejared.crafttweaker.api.action.internal.CraftTweakerAction
com.blamejared.crafttweaker.api.action.recipe.generic.ActionWholeRegistryBase
com.blamejared.crafttweaker.api.action.recipe.generic.ActionRemoveGenericRecipeBase
- All Implemented Interfaces:
IAction,IRuntimeAction
- Direct Known Subclasses:
ActionRemoveGenericRecipe,ActionRemoveGenericRecipeByModId,ActionRemoveGenericRecipeByName,ActionRemoveGenericRecipeByOutput,ActionRemoveGenericRecipeByRegex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply()Applies the action, executing all code necessary.protected abstract booleanshouldRemove(net.minecraft.world.item.crafting.RecipeHolder<?> holder) Methods inherited from class com.blamejared.crafttweaker.api.action.recipe.generic.ActionWholeRegistryBase
getRecipeLists, makeRecipeListMethods inherited from class com.blamejared.crafttweaker.api.action.internal.CraftTweakerAction
systemNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blamejared.crafttweaker.api.action.base.IAction
assertLoader, describe, getDeclaredScriptPosition, logger, shouldApplyOn, systemName, validate
-
Constructor Details
-
ActionRemoveGenericRecipeBase
public ActionRemoveGenericRecipeBase()
-
-
Method Details
-
apply
public void apply()Description copied from interface:IActionApplies the action, executing all code necessary. -
shouldRemove
protected abstract boolean shouldRemove(net.minecraft.world.item.crafting.RecipeHolder<?> holder)
-