public final class RecipeIngredient
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static RecipeIngredient |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getAuxValue() |
int |
getId() |
int |
getStackSize() |
int |
hashCode() |
static RecipeIngredient |
of(int id,
int auxValue,
int stackSize) |
java.lang.String |
toString() |
public static final RecipeIngredient EMPTY
public static RecipeIngredient of(int id, int auxValue, int stackSize)
public int getId()
public int getAuxValue()
public int getStackSize()
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