public final class AutoCraftRecipeAction extends java.lang.Object implements RecipeItemStackRequestAction
| Constructor and Description |
|---|
AutoCraftRecipeAction(int recipeNetworkId,
int timesCrafted,
java.util.List<ItemDescriptorWithCount> ingredients,
int numberOfRequestedCrafts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<ItemDescriptorWithCount> |
getIngredients() |
int |
getNumberOfRequestedCrafts() |
int |
getRecipeNetworkId() |
int |
getTimesCrafted() |
ItemStackRequestActionType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public AutoCraftRecipeAction(int recipeNetworkId,
int timesCrafted,
java.util.List<ItemDescriptorWithCount> ingredients,
int numberOfRequestedCrafts)
public ItemStackRequestActionType getType()
getType in interface ItemStackRequestActionpublic int getRecipeNetworkId()
getRecipeNetworkId in interface RecipeItemStackRequestActionpublic int getTimesCrafted()
public java.util.List<ItemDescriptorWithCount> getIngredients()
public int getNumberOfRequestedCrafts()
getNumberOfRequestedCrafts in interface RecipeItemStackRequestActionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object