Interface IChiseledBlockEntity
-
- All Implemented Interfaces:
public interface IChiseledBlockEntity
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()abstract Set<ChiseledBlocks>getBlocks()abstract Function<BlockEntity>getFactory()-
-
Method Detail
-
getBlocks
abstract Set<ChiseledBlocks> getBlocks()
-
getFactory
abstract Function<BlockEntity> getFactory()
-
-
-
-