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

Method getLightLevel

Minecraft-Utils/1.9/src/Variables.java:669–677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

667 }
668
669 @Override
670 public int getLightLevel() {
671 cj localdt = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
672 if (!getWorld().e(localdt)) {
673 return 0;
674 }
675 ase localObject = getMinecraft().f.f(localdt);
676 return localObject.a(localdt, 0);
677 }
678
679 @Override
680 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