Class IngredientPartialTag
java.lang.Object
net.minecraft.world.item.crafting.Ingredient
com.blamejared.crafttweaker.api.ingredient.type.IngredientPartialTag
- All Implemented Interfaces:
Predicate<net.minecraft.world.item.ItemStack>
public class IngredientPartialTag
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
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraftforge.common.crafting.IIngredientSerializer<? extends net.minecraft.world.item.crafting.Ingredient>net.minecraft.world.item.ItemStackgetStack()booleanisSimple()booleantest(net.minecraft.world.item.ItemStack input) com.google.gson.JsonElementtoJson()Methods inherited from class net.minecraft.world.item.crafting.Ingredient
checkInvalidation, fromJson, fromJson, fromNetwork, fromValues, getItems, getStackingIds, invalidate, invalidateAll, isEmpty, isVanilla, markValid, merge, of, of, of, of, of, toNetwork, valueFromJson
-
Constructor Details
-
IngredientPartialTag
public IngredientPartialTag(net.minecraft.world.item.ItemStack stack)
-
-
Method Details
-
test
public boolean test(@Nullable net.minecraft.world.item.ItemStack input) -
isSimple
public boolean isSimple()- Overrides:
isSimplein classnet.minecraft.world.item.crafting.Ingredient
-
getSerializer
public net.minecraftforge.common.crafting.IIngredientSerializer<? extends net.minecraft.world.item.crafting.Ingredient> getSerializer()- Overrides:
getSerializerin classnet.minecraft.world.item.crafting.Ingredient
-
getStack
public net.minecraft.world.item.ItemStack getStack() -
toJson
public com.google.gson.JsonElement toJson()- Overrides:
toJsonin classnet.minecraft.world.item.crafting.Ingredient
-