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