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

Method getZone

forge-game/src/main/java/forge/game/card/CardView.java:136–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 }
135
136 public ZoneType getZone() {
137 return get(TrackableProperty.Zone);
138 }
139 void updateZone(Card c) {
140 set(TrackableProperty.Zone, c.getZone() == null ? null : c.getZone().getZoneType());
141 }

Callers 10

isInZoneMethod · 0.95
isSickMethod · 0.95
canBeShownToMethod · 0.95
getTextMethod · 0.95
drawOverlayMethod · 0.95
selectCardMethod · 0.95
confirmActionMethod · 0.95
composeCardTextMethod · 0.95
updateZoneMethod · 0.45
updateZoneTextMethod · 0.45

Calls 1

getMethod · 0.95

Tested by

no test coverage detected