()
| 1233 | } |
| 1234 | |
| 1235 | public boolean isInLava() |
| 1236 | { |
| 1237 | return this.worldObj.isMaterialInBB(this.getEntityBoundingBox().expand(-0.10000000149011612D, -0.4000000059604645D, -0.10000000149011612D), Material.lava); |
| 1238 | } |
| 1239 | |
| 1240 | /** |
| 1241 | * Used in both water and by flying objects |
no test coverage detected