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

Method isPlayerListShown

Minecraft-Utils/1.9.4/src/Variables.java:384–387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382 }
383
384 @Override
385 public boolean isPlayerListShown() {
386 return (getGameSettings().ae.e()) && ((!getMinecraft().E()) || (getServerPlayers().size() > 1));
387 }
388
389 @Override
390 public void setFOV(float fov) {

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected