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

Method isPlayerNull

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

Source from the content-addressed store, hash-verified

591 }
592
593 @Override
594 public boolean isPlayerNull() {
595 return getPlayer() == null;
596 }
597
598 @Override
599 public boolean isTerrainLoading() {

Callers

nothing calls this directly

Calls 1

getPlayerMethod · 0.95

Tested by

no test coverage detected