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

Method isPlayerNull

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

Source from the content-addressed store, hash-verified

600 }
601
602 @Override
603 public boolean isPlayerNull() {
604 return getPlayer() == null;
605 }
606
607 @Override
608 public boolean isTerrainLoading() {

Callers

nothing calls this directly

Calls 1

getPlayerMethod · 0.95

Tested by

no test coverage detected