public final class CraftRecipeAction extends java.lang.Object implements RecipeItemStackRequestAction
| Constructor and Description |
|---|
CraftRecipeAction(int recipeNetworkId,
int numberOfRequestedCrafts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getNumberOfRequestedCrafts() |
int |
getRecipeNetworkId() |
ItemStackRequestActionType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public CraftRecipeAction(int recipeNetworkId,
int numberOfRequestedCrafts)
public ItemStackRequestActionType getType()
getType in interface ItemStackRequestActionpublic int getRecipeNetworkId()
getRecipeNetworkId in interface RecipeItemStackRequestActionpublic 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