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

Method getBiome

Minecraft-Utils/1.7.10/src/Variables.java:670–680  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

668 }
669
670 @Override
671 public String getBiome() {
672 int i20 = qh.c(getPlayer().s);
673 int i21 = qh.c(getPlayer().t);
674 int i22 = qh.c(getPlayer().u);
675 if (!getWorld().d(i20, i21, i22)) {
676 return null;
677 }
678 apx localObject = getMinecraft().f.d(i20, i22);
679 return localObject.a(i20 & 0xF, i22 & 0xF, getMinecraft().f.v()).af;
680 }
681
682 @Override
683 public int getLightLevel() {

Callers

nothing calls this directly

Calls 6

getPlayerMethod · 0.95
getWorldMethod · 0.95
getMinecraftMethod · 0.95
cMethod · 0.45
dMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected