Uses of Interface
net.minecraft.item.crafting.Ingredient.IItemList
-
Packages that use Ingredient.IItemList Package Description net.minecraft.item.crafting net.minecraftforge.common.crafting -
-
Uses of Ingredient.IItemList in net.minecraft.item.crafting
Classes in net.minecraft.item.crafting that implement Ingredient.IItemList Modifier and Type Class Description static class
Ingredient.SingleItemList
static class
Ingredient.TagList
Fields in net.minecraft.item.crafting declared as Ingredient.IItemList Modifier and Type Field Description private Ingredient.IItemList[]
Ingredient. values
Methods in net.minecraft.item.crafting that return Ingredient.IItemList Modifier and Type Method Description static Ingredient.IItemList
Ingredient. valueFromJson(com.google.gson.JsonObject p_199803_0_)
Method parameters in net.minecraft.item.crafting with type arguments of type Ingredient.IItemList Modifier and Type Method Description static Ingredient
Ingredient. fromValues(java.util.stream.Stream<? extends Ingredient.IItemList> p_209357_0_)
Constructor parameters in net.minecraft.item.crafting with type arguments of type Ingredient.IItemList Constructor Description Ingredient(java.util.stream.Stream<? extends Ingredient.IItemList> p_i49381_1_)
-
Uses of Ingredient.IItemList in net.minecraftforge.common.crafting
Classes in net.minecraftforge.common.crafting that implement Ingredient.IItemList Modifier and Type Class Description class
StackList
-