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

Method getServerPlayers

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

Source from the content-addressed store, hash-verified

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

Callers 1

isPlayerListShownMethod · 0.95

Calls 2

getPlayerMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected