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

Method getServerPlayers

Minecraft-Utils/1.8/src/Variables.java:400–407  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398 }
399
400 @Override
401 public List<NetworkPlayerInfo> getServerPlayers() {
402 List<NetworkPlayerInfo> result = Lists.newArrayList();
403 for (Object wrapped : getPlayer().a.d()) {
404 result.add(new WrappedNetworkPlayerInfo((ces) wrapped));
405 }
406 return result;
407 }
408
409 @Override
410 public boolean isPlayerListShown() {

Callers 1

isPlayerListShownMethod · 0.95

Calls 3

getPlayerMethod · 0.95
dMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected