Class IngredientList
java.lang.Object
net.minecraft.world.item.crafting.Ingredient
net.minecraftforge.common.crafting.AbstractIngredient
net.minecraftforge.common.crafting.CompoundIngredient
com.blamejared.crafttweaker.api.ingredient.type.IngredientList
- All Implemented Interfaces:
Predicate<net.minecraft.world.item.ItemStack>
@ParametersAreNonnullByDefault
public class IngredientList
extends net.minecraftforge.common.crafting.CompoundIngredient
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.common.crafting.CompoundIngredient
net.minecraftforge.common.crafting.CompoundIngredient.SerializerNested classes/interfaces inherited from class net.minecraft.world.item.crafting.Ingredient
net.minecraft.world.item.crafting.Ingredient.ItemValue, net.minecraft.world.item.crafting.Ingredient.TagValue, net.minecraft.world.item.crafting.Ingredient.Value -
Field Summary
Fields inherited from class net.minecraft.world.item.crafting.Ingredient
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraftforge.common.crafting.IIngredientSerializer<? extends net.minecraft.world.item.crafting.Ingredient>com.google.gson.JsonElementtoJson()Methods inherited from class net.minecraftforge.common.crafting.CompoundIngredient
getChildren, getItems, getStackingIds, invalidate, isEmpty, isSimple, of, testMethods inherited from class net.minecraftforge.common.crafting.AbstractIngredient
fromJson, fromNetwork, fromValues, of, of, of, of, ofMethods inherited from class net.minecraft.world.item.crafting.Ingredient
checkInvalidation, fromJson, invalidateAll, isVanilla, markValid, merge, toNetwork, valueFromJson
-
Constructor Details
-
IngredientList
-
-
Method Details
-
toJson
public com.google.gson.JsonElement toJson()- Overrides:
toJsonin classnet.minecraftforge.common.crafting.CompoundIngredient
-
getSerializer
public net.minecraftforge.common.crafting.IIngredientSerializer<? extends net.minecraft.world.item.crafting.Ingredient> getSerializer()- Overrides:
getSerializerin classnet.minecraftforge.common.crafting.CompoundIngredient
-