Modifier and Type | Field and Description |
---|---|
private Ingredient |
GhostRecipe.GhostIngredient.ingredient |
Modifier and Type | Method and Description |
---|---|
void |
GhostRecipe.addIngredient(Ingredient p_194187_1_,
int p_194187_2_,
int p_194187_3_) |
Constructor and Description |
---|
GhostIngredient(Ingredient p_i47604_2_,
int p_i47604_3_,
int p_i47604_4_) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Ingredient> |
RecipeItemHelper.RecipePicker.ingredients |
Modifier and Type | Field and Description |
---|---|
static Ingredient |
Ingredient.EMPTY |
Modifier and Type | Field and Description |
---|---|
private static java.util.Set<Ingredient> |
Ingredient.INSTANCES |
NonNullList<Ingredient> |
ShapedRecipes.recipeItems |
NonNullList<Ingredient> |
ShapelessRecipes.recipeItems |
Modifier and Type | Method and Description |
---|---|
static Ingredient |
ShapedRecipes.deserializeIngredient(com.google.gson.JsonElement p_193361_0_) |
static Ingredient |
Ingredient.fromItem(Item p_193367_0_) |
static Ingredient |
Ingredient.fromItems(Item... items) |
static Ingredient |
Ingredient.fromStacks(ItemStack... stacks) |
static Ingredient |
Ingredient.merge(java.util.Collection<Ingredient> parts) |
Modifier and Type | Method and Description |
---|---|
private static NonNullList<Ingredient> |
ShapelessRecipes.deserializeIngredients(com.google.gson.JsonArray array) |
private static NonNullList<Ingredient> |
ShapedRecipes.deserializeIngredients(java.lang.String[] p_192402_0_,
java.util.Map<java.lang.String,Ingredient> p_192402_1_,
int p_192402_2_,
int p_192402_3_) |
private static java.util.Map<java.lang.String,Ingredient> |
ShapedRecipes.deserializeKey(com.google.gson.JsonObject p_192408_0_) |
NonNullList<Ingredient> |
ShapedRecipes.getIngredients() |
NonNullList<Ingredient> |
ShapelessRecipes.getIngredients() |
default NonNullList<Ingredient> |
IRecipe.getIngredients() |
Modifier and Type | Method and Description |
---|---|
private static NonNullList<Ingredient> |
ShapedRecipes.deserializeIngredients(java.lang.String[] p_192402_0_,
java.util.Map<java.lang.String,Ingredient> p_192402_1_,
int p_192402_2_,
int p_192402_3_) |
static Ingredient |
Ingredient.merge(java.util.Collection<Ingredient> parts) |
Constructor and Description |
---|
ShapedRecipes(java.lang.String group,
int width,
int height,
NonNullList<Ingredient> ingredients,
ItemStack result) |
ShapelessRecipes(java.lang.String group,
ItemStack output,
NonNullList<Ingredient> ingredients) |
Modifier and Type | Field and Description |
---|---|
(package private) Ingredient |
PotionHelper.MixPredicate.reagent |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<Ingredient> |
PotionHelper.POTION_ITEMS |
Modifier and Type | Method and Description |
---|---|
static void |
PotionHelper.addMix(PotionType p_193356_0_,
Ingredient p_193356_1_,
PotionType p_193356_2_) |
Constructor and Description |
---|
MixPredicate(T p_i47570_1_,
Ingredient p_i47570_2_,
T p_i47570_3_) |
Modifier and Type | Class and Description |
---|---|
class |
CompoundIngredient |
class |
IngredientNBT |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<Ingredient> |
CompoundIngredient.children |
private java.util.Map<java.lang.String,Ingredient> |
JsonContext.constants |
NonNullList<Ingredient> |
CraftingHelper.ShapedPrimer.input |
Modifier and Type | Method and Description |
---|---|
Ingredient |
JsonContext.getConstant(java.lang.String name) |
static Ingredient |
CraftingHelper.getIngredient(com.google.gson.JsonElement json,
JsonContext context) |
static Ingredient |
CraftingHelper.getIngredient(java.lang.Object obj) |
Ingredient |
IIngredientFactory.parse(JsonContext context,
com.google.gson.JsonObject json) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Ingredient> |
CompoundIngredient.getChildren() |
Constructor and Description |
---|
CompoundIngredient(java.util.Collection<Ingredient> children) |
Modifier and Type | Method and Description |
---|---|
static void |
GameRegistry.addShapelessRecipe(ResourceLocation name,
ResourceLocation group,
ItemStack output,
Ingredient... params) |
Modifier and Type | Class and Description |
---|---|
class |
OreIngredient |
Modifier and Type | Field and Description |
---|---|
protected NonNullList<Ingredient> |
ShapedOreRecipe.input |
protected NonNullList<Ingredient> |
ShapelessOreRecipe.input |
Modifier and Type | Method and Description |
---|---|
NonNullList<Ingredient> |
ShapedOreRecipe.getIngredients() |
NonNullList<Ingredient> |
ShapelessOreRecipe.getIngredients() |
Constructor and Description |
---|
ShapelessOreRecipe(ResourceLocation group,
NonNullList<Ingredient> input,
ItemStack result) |