Class LogisticsFilterGhost<S extends AbstractLogisticsScreen<T>,T extends AbstractLogisticsFrameEntity>
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 -
Method Summary
Modifier and TypeMethodDescription<I> List<mezz.jei.api.gui.handlers.IGhostIngredientHandler.Target<I>>getTargets(S gui, I ingredient, boolean doStart) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getTargetsin interfacemezz.jei.api.gui.handlers.IGhostIngredientHandler<S extends AbstractLogisticsScreen<T>>
-
onComplete
public void onComplete()- Specified by:
onCompletein interfacemezz.jei.api.gui.handlers.IGhostIngredientHandler<S extends AbstractLogisticsScreen<T>>
-