Returns the Block in the blockRegistry with the specified name.
(String p_180383_0_)
| 239 | * Returns the Block in the blockRegistry with the specified name. |
| 240 | */ |
| 241 | private static Block getRegisteredBlock(String p_180383_0_) |
| 242 | { |
| 243 | return Block.blockRegistry.getObject(new ResourceLocation(p_180383_0_)); |
| 244 | } |
| 245 | |
| 246 | static |
| 247 | { |