Sets the blocks resistance to explosions. Returns the object for convenience in constructing.
(float resistance)
| 338 | * Sets the blocks resistance to explosions. Returns the object for convenience in constructing. |
| 339 | */ |
| 340 | protected Block setResistance(float resistance) |
| 341 | { |
| 342 | this.blockResistance = resistance * 3.0F; |
| 343 | return this; |
| 344 | } |
| 345 | |
| 346 | /** |
| 347 | * Indicate if a material is a normal solid opaque cube |
no outgoing calls
no test coverage detected