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

Method getServerPlayers

Minecraft-Utils/1.8.8/src/Variables.java:411–418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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