Class ItemFacadeRecipe.BlocksIngredient

java.lang.Object
net.minecraft.world.item.crafting.Ingredient
org.cyclops.integrateddynamics.recipe.ItemFacadeRecipe.BlocksIngredient
All Implemented Interfaces:
Predicate<net.minecraft.world.item.ItemStack>
Enclosing class:
ItemFacadeRecipe

public static class ItemFacadeRecipe.BlocksIngredient 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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(net.minecraft.world.item.ItemStack itemStack)
     

    Methods inherited from class net.minecraft.world.item.crafting.Ingredient

    checkInvalidation, fromJson, fromJson, fromNetwork, fromValues, getItems, getSerializer, getStackingIds, invalidate, invalidateAll, isEmpty, isSimple, isVanilla, markValid, merge, of, of, of, of, of, toJson, 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
  • Constructor Details

    • BlocksIngredient

      protected BlocksIngredient()
  • Method Details

    • test

      public boolean test(@Nullable net.minecraft.world.item.ItemStack itemStack)
      Specified by:
      test in interface Predicate<net.minecraft.world.item.ItemStack>
      Overrides:
      test in class net.minecraft.world.item.crafting.Ingredient