Class ChiseledChiseledBlock

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Function1<BlockBehaviour.Properties, Block> factory
      private final String name
      private final BlockBehaviour.Properties properties
      private final Boolean hasItem
    • Constructor Summary

      Constructors 
      Constructor Description
      ChiseledChiseledBlock(String name, BlockBehaviour.Properties properties, Boolean hasItem, Function1<BlockBehaviour.Properties, Block> blockFactory)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Function1<BlockBehaviour.Properties, Block> getFactory()
      String getName()
      BlockBehaviour.Properties getProperties()
      Boolean getHasItem()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChiseledChiseledBlock

        ChiseledChiseledBlock(String name, BlockBehaviour.Properties properties, Boolean hasItem, Function1<BlockBehaviour.Properties, Block> blockFactory)