public static enum MCRecipeManager.ActionReplaceAllOccurences extends java.lang.Enum<MCRecipeManager.ActionReplaceAllOccurences> implements crafttweaker.IAction
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubAction(MCRecipeManager.SubActionReplaceAllOccurences subAction) |
void |
apply() |
void |
clear() |
java.lang.String |
describe() |
void |
describeSubActions() |
boolean |
hasSubAction() |
void |
removeOldRecipes() |
void |
setCurrentModifiedRecipe(crafttweaker.api.recipes.ICraftingRecipe currentModifiedRecipe) |
static MCRecipeManager.ActionReplaceAllOccurences |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MCRecipeManager.ActionReplaceAllOccurences[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MCRecipeManager.ActionReplaceAllOccurences INSTANCE
public static MCRecipeManager.ActionReplaceAllOccurences[] values()
for (MCRecipeManager.ActionReplaceAllOccurences c : MCRecipeManager.ActionReplaceAllOccurences.values()) System.out.println(c);
public static MCRecipeManager.ActionReplaceAllOccurences valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic void setCurrentModifiedRecipe(crafttweaker.api.recipes.ICraftingRecipe currentModifiedRecipe)
public void addSubAction(MCRecipeManager.SubActionReplaceAllOccurences subAction)
public boolean hasSubAction()
public void clear()
public void apply()
apply in interface crafttweaker.IActionpublic void describeSubActions()
public void removeOldRecipes()
public java.lang.String describe()
describe in interface crafttweaker.IAction