public final class AutoCraftRecipeStackRequestActionData extends java.lang.Object implements RecipeStackRequestActionData
| Constructor and Description |
|---|
AutoCraftRecipeStackRequestActionData(int recipeNetworkId,
byte 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() |
byte |
getTimesCrafted() |
StackRequestActionType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public AutoCraftRecipeStackRequestActionData(int recipeNetworkId,
byte timesCrafted,
java.util.List<ItemDescriptorWithCount> ingredients)
public StackRequestActionType getType()
getType in interface StackRequestActionDatapublic int getRecipeNetworkId()
getRecipeNetworkId in interface RecipeStackRequestActionDatapublic byte 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