Interface HTGhostWidget.ItemConsumer
-
- All Implemented Interfaces:
-
hiiragi283.core.api.integration.jei.widget.HTGhostWidget.GhostIngredientConsumer,java.util.function.Consumer
public interface HTGhostWidget.ItemConsumer implements HTGhostWidget.GhostIngredientConsumer
ItemStack向けのGhostIngredientConsumerの拡張インターフェースです。
- Since:
0.8.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description ItemStacksupportedTarget(Object ingredient)指定したingredientから,対応するオブジェクトに変換します。 -
-
Method Detail
-
supportedTarget
ItemStack supportedTarget(Object ingredient)
指定したingredientから,対応するオブジェクトに変換します。
- Returns:
対応していない場合は
null
-
-
-
-