public class RecipeIngredient extends Object
| Modifier and Type | Field and Description |
|---|---|
static RecipeIngredient |
EMPTY |
| Constructor and Description |
|---|
RecipeIngredient() |
| Modifier and Type | Method and Description |
|---|---|
static RecipeIngredient |
of(int id,
int auxValue,
int stackSize) |
public static final RecipeIngredient EMPTY
public static RecipeIngredient of(int id, int auxValue, int stackSize)
Copyright © 2018–2019 NukkitX. All rights reserved.