Class ChiseledChiseledBlock
-
- All Implemented Interfaces:
-
com.mynamesraph.chiseled.registry.data.block.IChiseledBlock
public final class ChiseledChiseledBlock implements IChiseledBlock
-
-
Constructor Summary
Constructors Constructor Description ChiseledChiseledBlock(String name, BlockBehaviour.Properties properties, Boolean hasItem, Function1<BlockBehaviour.Properties, Block> blockFactory)
-
Method Summary
Modifier and Type Method Description Function1<BlockBehaviour.Properties, Block>getFactory()StringgetName()BlockBehaviour.PropertiesgetProperties()BooleangetHasItem()-
-
Method Detail
-
getFactory
Function1<BlockBehaviour.Properties, Block> getFactory()
-
getProperties
BlockBehaviour.Properties getProperties()
-
getHasItem
Boolean getHasItem()
-
-
-
-