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

Method getServerPlayers

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

Source from the content-addressed store, hash-verified

373 }
374
375 @Override
376 public List<NetworkPlayerInfo> getServerPlayers() {
377 List<NetworkPlayerInfo> result = Lists.newArrayList();
378 for (bkt wrapped : getPlayer().d.d()) {
379 result.add(new WrappedNetworkPlayerInfo(wrapped));
380 }
381 return result;
382 }
383
384 @Override
385 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