MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / getLightLevel

Method getLightLevel

Minecraft-Utils/1.8.9/src/Variables.java:702–710  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

700 }
701
702 @Override
703 public int getLightLevel() {
704 cj localdt = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
705 if (!getWorld().e(localdt)) {
706 return 0;
707 }
708 amy localObject = getMinecraft().f.f(localdt);
709 return localObject.a(localdt, 0);
710 }
711
712 @Override
713 public String getEntityCount() {

Callers

nothing calls this directly

Calls 8

getPlayerPosXMethod · 0.95
getPlayerPosYMethod · 0.95
getPlayerPosZMethod · 0.95
getWorldMethod · 0.95
getMinecraftMethod · 0.95
eMethod · 0.45
fMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected