Class IngredientTransformed<I extends IIngredient,T extends IIngredientTransformed<I>>

java.lang.Object
net.minecraft.world.item.crafting.Ingredient
com.blamejared.crafttweaker.api.ingredient.type.IngredientCraftTweaker<T>
com.blamejared.crafttweaker.api.ingredient.type.IngredientTransformed<I,T>
All Implemented Interfaces:
IngredientCraftTweakerBase, Predicate<net.minecraft.world.item.ItemStack>

public class IngredientTransformed<I extends IIngredient,T extends IIngredientTransformed<I>> extends IngredientCraftTweaker<T>
  • 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
    Constructor
    Description
    IngredientTransformed(T crtIngredient)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    boolean
    test(net.minecraft.world.item.ItemStack stack)
     
    com.google.gson.JsonElement
     

    Methods inherited from class com.blamejared.crafttweaker.api.ingredient.type.IngredientCraftTweaker

    getCrTIngredient, isSimple

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Predicate

    and, negate, or