Class ProgWidgetItemFilterGhost

java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.jei.ghost.ProgWidgetItemFilterGhost
All Implemented Interfaces:
mezz.jei.api.gui.handlers.IGhostIngredientHandler<ProgWidgetItemFilterScreen>

public class ProgWidgetItemFilterGhost extends Object implements mezz.jei.api.gui.handlers.IGhostIngredientHandler<ProgWidgetItemFilterScreen>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface mezz.jei.api.gui.handlers.IGhostIngredientHandler

    mezz.jei.api.gui.handlers.IGhostIngredientHandler.Target<I extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <I> List<mezz.jei.api.gui.handlers.IGhostIngredientHandler.Target<I>>
    getTargetsTyped(ProgWidgetItemFilterScreen gui, mezz.jei.api.ingredients.ITypedIngredient<I> ingredient, boolean doStart)
     
    void
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface mezz.jei.api.gui.handlers.IGhostIngredientHandler

    shouldHighlightTargets
  • Constructor Details

    • ProgWidgetItemFilterGhost

      public ProgWidgetItemFilterGhost()
  • Method Details

    • getTargetsTyped

      public <I> List<mezz.jei.api.gui.handlers.IGhostIngredientHandler.Target<I>> getTargetsTyped(ProgWidgetItemFilterScreen gui, mezz.jei.api.ingredients.ITypedIngredient<I> ingredient, boolean doStart)
      Specified by:
      getTargetsTyped in interface mezz.jei.api.gui.handlers.IGhostIngredientHandler<ProgWidgetItemFilterScreen>
    • onComplete

      public void onComplete()
      Specified by:
      onComplete in interface mezz.jei.api.gui.handlers.IGhostIngredientHandler<ProgWidgetItemFilterScreen>