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

Method getServerPlayers

Minecraft-Utils/1.13/src/Variables.java:420–427  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

418 }
419
420 @Override
421 public List<NetworkPlayerInfo> getServerPlayers() {
422 List<NetworkPlayerInfo> result = Lists.newArrayList();
423 for (cqw wrapped : getPlayer().d.e()) {
424 result.add(new WrappedNetworkPlayerInfo(wrapped));
425 }
426 return result;
427 }
428
429 @Override
430 public boolean isPlayerListShown() {

Callers 1

isPlayerListShownMethod · 0.95

Calls 3

getPlayerMethod · 0.95
eMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected