Interface HTGhostWidget.GhostIngredientConsumer
-
- All Implemented Interfaces:
-
java.util.function.Consumer
public interface HTGhostWidget.GhostIngredientConsumer implements Consumer<Any>
ドラッグ&ドロップの処理を担うインターフェースです。
- Since:
0.8.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description abstract ObjectsupportedTarget(Object ingredient)指定したingredientから,対応するオブジェクトに変換します。 -
-
Method Detail
-
supportedTarget
abstract Object supportedTarget(Object ingredient)
指定したingredientから,対応するオブジェクトに変換します。
- Returns:
対応していない場合は
null
-
-
-
-