(int id, ResourceLocation textualID, Block block_)
| 1519 | } |
| 1520 | |
| 1521 | private static void registerBlock(int id, ResourceLocation textualID, Block block_) |
| 1522 | { |
| 1523 | blockRegistry.register(id, textualID, block_); |
| 1524 | } |
| 1525 | |
| 1526 | private static void registerBlock(int id, String textualID, Block block_) |
| 1527 | { |
no test coverage detected