MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / registerBlock

Method registerBlock

src/main/java/net/minecraft/block/Block.java:1521–1524  ·  view source on GitHub ↗
(int id, ResourceLocation textualID, Block block_)

Source from the content-addressed store, hash-verified

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 {

Callers 1

registerBlocksMethod · 0.95

Calls 1

registerMethod · 0.45

Tested by

no test coverage detected