Register a default ItemBlock for the given Block.
(Block blockIn)
| 972 | * Register a default ItemBlock for the given Block. |
| 973 | */ |
| 974 | private static void registerItemBlock(Block blockIn) |
| 975 | { |
| 976 | registerItemBlock(blockIn, new ItemBlock(blockIn)); |
| 977 | } |
| 978 | |
| 979 | /** |
| 980 | * Register the given Item as the ItemBlock for the given Block. |
no test coverage detected