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

Method isTerrainLoading

Minecraft-Utils/1.13/src/Variables.java:607–610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

605 }
606
607 @Override
608 public boolean isTerrainLoading() {
609 return getMinecraftScreen() instanceof cbm;
610 }
611
612 @Override
613 public double getPlayerPosX() {

Callers

nothing calls this directly

Calls 1

getMinecraftScreenMethod · 0.95

Tested by

no test coverage detected