Get a material of block
()
| 241 | * Get a material of block |
| 242 | */ |
| 243 | public Material getMaterial() |
| 244 | { |
| 245 | return this.blockMaterial; |
| 246 | } |
| 247 | |
| 248 | /** |
| 249 | * Get the MapColor for this Block and the given BlockState |
no outgoing calls
no test coverage detected