Convert the given metadata into a BlockState for this Block
(int meta)
| 257 | * Convert the given metadata into a BlockState for this Block |
| 258 | */ |
| 259 | public IBlockState getStateFromMeta(int meta) |
| 260 | { |
| 261 | return this.getDefaultState(); |
| 262 | } |
| 263 | |
| 264 | /** |
| 265 | * Convert the BlockState into the correct metadata value |
no test coverage detected