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

Method getServerPlayers

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

Source from the content-addressed store, hash-verified

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