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

Method isPlayerNull

Minecraft-Utils/1.8.9/src/Variables.java:590–593  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

588 }
589
590 @Override
591 public boolean isPlayerNull() {
592 return getPlayer() == null;
593 }
594
595 @Override
596 public boolean isTerrainLoading() {

Callers

nothing calls this directly

Calls 1

getPlayerMethod · 0.95

Tested by

no test coverage detected