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

Method isPlayerListShown

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

Source from the content-addressed store, hash-verified

427 }
428
429 @Override
430 public boolean isPlayerListShown() {
431 return (getGameSettings().al.d()) && ((!getMinecraft().x()) || (getServerPlayers().size() > 1));
432 }
433
434 @Override
435 public void setFOV(float fov) {

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected