Interface ITypelessIngredientModifier<STACK>

All Known Subinterfaces:
FluidIngredientModifier, IIngredientModifier<STACK>, ItemIngredientModifier
All Known Implementing Classes:
ContaminatedIngredientModifier, NotIngredientModifier, PassIngredientModifier, TypeAttachedIngredientModifier

public interface ITypelessIngredientModifier<STACK>
  • Method Details

    • test

      boolean test(STACK stack)
    • modifyExamples

      void modifyExamples(List<? extends STACK> exampleStacks)
    • modifyCounterExamples

      void modifyCounterExamples(List<? extends STACK> counterExampleStacks)
    • addToDescription

      void addToDescription(List<net.minecraft.network.chat.Component> description)
    • addToCounterDescription

      void addToCounterDescription(List<net.minecraft.network.chat.Component> description)