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

Method getLightLevel

Minecraft-Utils/1.8/src/Variables.java:685–693  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

683 }
684
685 @Override
686 public int getLightLevel() {
687 dt localdt = new dt(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
688 if (!getWorld().e(localdt)) {
689 return 0;
690 }
691 bfh localObject = getMinecraft().f.f(localdt);
692 return localObject.a(localdt, 0);
693 }
694
695 @Override
696 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