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