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