Package hiiragi283.core.api.plugin
Interface HTMaterialPlugin.BlockConsumer
-
- All Implemented Interfaces:
public interface HTMaterialPlugin.BlockConsumer
-
-
Method Summary
Modifier and Type Method Description abstract Unitaccept(HTPartLike part, HTMaterialKey material, HTHolderLike<Block, ?> holder)Unitaccept(HTPartLike part, HTMaterialKey material, Holder<Block> holder)-
-
Method Detail
-
accept
abstract Unit accept(HTPartLike part, HTMaterialKey material, HTHolderLike<Block, ?> holder)
-
accept
Unit accept(HTPartLike part, HTMaterialKey material, Holder<Block> holder)
- Since:
0.13.0
-
-
-
-