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

Method getBiome

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

Source from the content-addressed store, hash-verified

673 }
674
675 @Override
676 public String getBiome() {
677 dt localdt = new dt(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ());
678 if (!getWorld().e(localdt)) {
679 return null;
680 }
681 bfh localObject = getMinecraft().f.f(localdt);
682 return localObject.a(localdt, getMinecraft().f.v()).ah;
683 }
684
685 @Override
686 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