java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.jei.ghost.LogisticsFilterGhost<S,T>
All Implemented Interfaces:
mezz.jei.api.gui.handlers.IGhostIngredientHandler<S>

public class LogisticsFilterGhost<S extends AbstractLogisticsScreen<T>,T extends AbstractLogisticsFrameEntity> extends Object implements mezz.jei.api.gui.handlers.IGhostIngredientHandler<S>
  • 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>>
    getTargets(S gui, 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

    • LogisticsFilterGhost

      public LogisticsFilterGhost()
  • Method Details

    • getTargets

      public <I> List<mezz.jei.api.gui.handlers.IGhostIngredientHandler.Target<I>> getTargets(S gui, I ingredient, boolean doStart)
      Specified by:
      getTargets in interface mezz.jei.api.gui.handlers.IGhostIngredientHandler<S extends AbstractLogisticsScreen<T>>
    • onComplete

      public void onComplete()
      Specified by:
      onComplete in interface mezz.jei.api.gui.handlers.IGhostIngredientHandler<S extends AbstractLogisticsScreen<T>>