()
| 10 | public class BlockClay extends Block |
| 11 | { |
| 12 | public BlockClay() |
| 13 | { |
| 14 | super(Material.clay); |
| 15 | this.setCreativeTab(CreativeTabs.tabBlock); |
| 16 | } |
| 17 | |
| 18 | /** |
| 19 | * Get the Item that this Block should drop when harvested. |
nothing calls this directly
no test coverage detected