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

Method getBiome

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

Source from the content-addressed store, hash-verified

657 }
658
659 @Override
660 public String getBiome() {
661 cj localdt = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
662 if (!getWorld().e(localdt)) {
663 return null;
664 }
665 ase localObject = getMinecraft().f.f(localdt);
666 return localObject.a(localdt, getMinecraft().f.A()).l();
667 }
668
669 @Override
670 public int getLightLevel() {

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