Class ChiseledSimpleBlockEntity
-
- All Implemented Interfaces:
-
com.mynamesraph.chiseled.registry.data.block.entity.IChiseledBlockEntity
public final class ChiseledSimpleBlockEntity implements IChiseledBlockEntity
-
-
Constructor Summary
Constructors Constructor Description ChiseledSimpleBlockEntity(String name, Set<ChiseledBlocks> blocks, Function2<BlockPos, BlockState, BlockEntity> blockEntityFactory)
-
Method Summary
Modifier and Type Method Description Function2<BlockPos, BlockState, BlockEntity>getFactory()StringgetName()Set<ChiseledBlocks>getBlocks()-
-
Constructor Detail
-
ChiseledSimpleBlockEntity
ChiseledSimpleBlockEntity(String name, Set<ChiseledBlocks> blocks, Function2<BlockPos, BlockState, BlockEntity> blockEntityFactory)
-
-
Method Detail
-
getFactory
Function2<BlockPos, BlockState, BlockEntity> getFactory()
-
getBlocks
Set<ChiseledBlocks> getBlocks()
-
-
-
-