Class StackIngredient
java.lang.Object
net.minecraft.world.item.crafting.Ingredient
com.stereowalker.unionlib.world.item.crafting.StackIngredient
- All Implemented Interfaces:
Predicate<net.minecraft.world.item.ItemStack>
public class StackIngredient
extends net.minecraft.world.item.crafting.Ingredient
-
Nested Class Summary
Nested 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
CODEC, CODEC_NONEMPTY, CONTENTS_STREAM_CODEC, EMPTY, VANILLA_CODEC, VANILLA_MAP_CODEC -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStackIngredient(Stream<? extends net.minecraft.world.item.crafting.Ingredient.Value> pValues) -
Method Summary
Methods inherited from class net.minecraft.world.item.crafting.Ingredient
checkInvalidation, equals, fromValues, getItems, getStackingIds, invalidate, invalidateAll, isEmpty, isSimple, isVanilla, markValid, of, of, of, of, of, serializer, test, toString
-
Constructor Details
-
StackIngredient
protected StackIngredient(Stream<? extends net.minecraft.world.item.crafting.Ingredient.Value> pValues)
-