public final class CraftRecipeOptionalStackRequestActionData extends java.lang.Object implements StackRequestActionData
| Constructor and Description |
|---|
CraftRecipeOptionalStackRequestActionData(int recipeNetworkId,
int filteredStringIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getFilteredStringIndex()
Most likely the index in the request's filter strings that this action is using
|
int |
getRecipeNetworkId()
For the cartography table, if a certain MULTI recipe is being called, this points to the network ID that was assigned.
|
StackRequestActionType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public CraftRecipeOptionalStackRequestActionData(int recipeNetworkId,
int filteredStringIndex)
public StackRequestActionType getType()
getType in interface StackRequestActionDatapublic int getRecipeNetworkId()
public int getFilteredStringIndex()
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