Package hiiragi283.core.api.plugin
Interface HTMaterialPlugin.ToolConsumer
-
- All Implemented Interfaces:
public interface HTMaterialPlugin.ToolConsumer
-
-
Method Summary
Modifier and Type Method Description abstract Unitaccept(HTToolType toolType, HTMaterialKey material, HTItemHolderLike<?> holder)Unitaccept(HTToolType toolType, HTMaterialKey material, Holder<Item> holder)-
-
Method Detail
-
accept
abstract Unit accept(HTToolType toolType, HTMaterialKey material, HTItemHolderLike<?> holder)
-
accept
Unit accept(HTToolType toolType, HTMaterialKey material, Holder<Item> holder)
- Since:
0.13.0
-
-
-
-