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

Method isPlayerListShown

Minecraft-Utils/1.7.10/src/Variables.java:411–414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409 }
410
411 @Override
412 public boolean isPlayerListShown() {
413 return (getMinecraft().u.ah.d()) && ((!getMinecraft().F()) || (getServerPlayers().size() > 1));
414 }
415
416 @Override
417 public void setFOV(float fov) {

Callers

nothing calls this directly

Calls 4

getMinecraftMethod · 0.95
getServerPlayersMethod · 0.95
sizeMethod · 0.80
dMethod · 0.45

Tested by

no test coverage detected