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 classIngredient.SingleItemListstatic classIngredient.TagListFields in net.minecraft.item.crafting declared as Ingredient.IItemList Modifier and Type Field Description private Ingredient.IItemList[]Ingredient. valuesMethods in net.minecraft.item.crafting that return Ingredient.IItemList Modifier and Type Method Description static Ingredient.IItemListIngredient. 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 IngredientIngredient. 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 classStackList
-