public class IngredientInfoRecipe<T>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <T> java.util.List<IngredientInfoRecipe<T>> |
create(java.util.List<T> ingredients,
IIngredientType<T> ingredientType,
net.minecraft.util.text.ITextComponent... descriptionComponents) |
static <T> java.util.List<IngredientInfoRecipe<T>> |
create(java.util.List<T> ingredients,
IIngredientType<T> ingredientType,
java.lang.String... descriptionKeys)
Deprecated.
|
java.util.List<net.minecraft.util.text.ITextProperties> |
getDescription() |
java.util.List<T> |
getIngredients() |
IIngredientType<T> |
getIngredientType() |
@Deprecated public static <T> java.util.List<IngredientInfoRecipe<T>> create(java.util.List<T> ingredients, IIngredientType<T> ingredientType, java.lang.String... descriptionKeys)
public static <T> java.util.List<IngredientInfoRecipe<T>> create(java.util.List<T> ingredients, IIngredientType<T> ingredientType, net.minecraft.util.text.ITextComponent... descriptionComponents)
public java.util.List<net.minecraft.util.text.ITextProperties> getDescription()
public IIngredientType<T> getIngredientType()
public java.util.List<T> getIngredients()