public final class RecipeIngredient extends Object
| Modifier and Type | Field and Description |
|---|---|
static RecipeIngredient |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getAuxValue() |
int |
getId() |
int |
getStackSize() |
int |
hashCode() |
static RecipeIngredient |
of(int id,
int auxValue,
int stackSize) |
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()
Copyright © 2018–2019 NukkitX. All rights reserved.