| Package | Description |
|---|---|
| net.minecraft.item.crafting | |
| net.minecraftforge.common.crafting |
| Modifier and Type | Class and Description |
|---|---|
static class |
Ingredient.SingleItemList |
static class |
Ingredient.TagList |
| Modifier and Type | Field and Description |
|---|---|
private Ingredient.IItemList[] |
Ingredient.acceptedItems |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.function.Predicate<? super Ingredient.IItemList> |
Ingredient.IS_EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static Ingredient.IItemList |
Ingredient.deserializeItemList(com.google.gson.JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
static Ingredient |
Ingredient.fromItemListStream(java.util.stream.Stream<? extends Ingredient.IItemList> stream) |
| Constructor and Description |
|---|
Ingredient(java.util.stream.Stream<? extends Ingredient.IItemList> itemLists) |
| Modifier and Type | Class and Description |
|---|---|
class |
StackList |