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

Method getServerPlayers

Minecraft-Utils/1.8.9/src/Variables.java:408–415  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406 }
407
408 @Override
409 public List<NetworkPlayerInfo> getServerPlayers() {
410 List<NetworkPlayerInfo> result = Lists.newArrayList();
411 for (bdc wrapped : getPlayer().a.d()) {
412 result.add(new WrappedNetworkPlayerInfo(wrapped));
413 }
414 return result;
415 }
416
417 @Override
418 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