Class ActionWholeRegistryBase
java.lang.Object
com.blamejared.crafttweaker.api.action.internal.CraftTweakerAction
com.blamejared.crafttweaker.api.action.recipe.generic.ActionWholeRegistryBase
- All Implemented Interfaces:
IAction,IRuntimeAction
- Direct Known Subclasses:
ActionRemoveAllGenericRecipes,ActionRemoveGenericRecipeBase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<net.minecraft.world.item.crafting.RecipeType<net.minecraft.world.item.crafting.Recipe<?>>, RecipeList<?>> protected StringmakeRecipeList(Map<String, Integer> recipeTypes) Methods 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
apply, assertLoader, describe, getDeclaredScriptPosition, logger, shouldApplyOn, systemName, validate
-
Constructor Details
-
ActionWholeRegistryBase
public ActionWholeRegistryBase()
-
-
Method Details
-
getRecipeLists
protected Map<net.minecraft.world.item.crafting.RecipeType<net.minecraft.world.item.crafting.Recipe<?>>,RecipeList<?>> getRecipeLists() -
makeRecipeList
-