(Block blockIn)
| 152 | private String unlocalizedName; |
| 153 | |
| 154 | public static int getIdFromBlock(Block blockIn) |
| 155 | { |
| 156 | return blockRegistry.getIDForObject(blockIn); |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * Get a unique ID for the given BlockState, containing both BlockID and metadata |
no test coverage detected