MCPcopy Create free account
hub / github.com/Card-Forge/forge / get

Method get

forge-game/src/main/java/forge/game/player/PlayerView.java:34–36  ·  view source on GitHub ↗
(Player p)

Source from the content-addressed store, hash-verified

32 private static final long serialVersionUID = 7005892740909549086L;
33
34 public static PlayerView get(Player p) {
35 return p == null ? null : p.getView();
36 }
37
38 public static TrackableCollection<PlayerView> getCollection(Iterable<Player> players) {
39 if (players == null) {

Callers 15

updatePlayerTurnMethod · 0.95
scryMethod · 0.95
loseLifeMethod · 0.95
surveilMethod · 0.95
playLandMethod · 0.95
onMulligannedMethod · 0.95
isAIMethod · 0.95
getLobbyPlayerNameMethod · 0.95
getAvatarIndexMethod · 0.95
getAvatarCardImageKeyMethod · 0.95
getSleeveIndexMethod · 0.95

Calls 1

getViewMethod · 0.65

Tested by

no test coverage detected