public final class IngredientStack
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
count |
net.minecraft.item.crafting.Ingredient |
ingredient |
Constructor and Description |
---|
IngredientStack(net.minecraft.item.crafting.Ingredient ingredient) |
IngredientStack(net.minecraft.item.crafting.Ingredient ingredient,
int count) |
Modifier and Type | Method and Description |
---|---|
static IngredientStack |
of(java.lang.Object o) |
public final net.minecraft.item.crafting.Ingredient ingredient
public final int count
public IngredientStack(net.minecraft.item.crafting.Ingredient ingredient, int count)
public IngredientStack(net.minecraft.item.crafting.Ingredient ingredient)
public static IngredientStack of(java.lang.Object o)