public final class CraftRecipeOptionalAction extends java.lang.Object implements ItemStackRequestAction
| Constructor and Description |
|---|
CraftRecipeOptionalAction(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.
|
ItemStackRequestActionType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public CraftRecipeOptionalAction(int recipeNetworkId,
int filteredStringIndex)
public ItemStackRequestActionType getType()
getType in interface ItemStackRequestActionpublic 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