MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / isInLava

Method isInLava

src/main/java/net/minecraft/entity/Entity.java:1235–1238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 12

onEntityUpdateMethod · 0.95
evalMethod · 0.80
evalMethod · 0.80
isInLiquidMethod · 0.80
func_176170_aMethod · 0.80
moveEntityWithHeadingMethod · 0.80
moveEntityWithHeadingMethod · 0.80
onLivingUpdateMethod · 0.80
shouldExecuteMethod · 0.80
shouldExecuteMethod · 0.80
shouldExecuteMethod · 0.80
onUpdateMethod · 0.80

Calls 3

getEntityBoundingBoxMethod · 0.95
isMaterialInBBMethod · 0.80
expandMethod · 0.80

Tested by

no test coverage detected