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

Method isInZone

forge-game/src/main/java/forge/game/card/CardView.java:142–144  ·  view source on GitHub ↗
(final Iterable<ZoneType> zones)

Source from the content-addressed store, hash-verified

140 set(TrackableProperty.Zone, c.getZone() == null ? null : c.getZone().getZoneType());
141 }
142 public boolean isInZone(final Iterable<ZoneType> zones) {
143 return Iterables.contains(zones, getZone());
144 }
145
146 public boolean isCloned() {
147 return get(TrackableProperty.Cloned);

Callers 5

canFaceDownBeShownToMethod · 0.95
updateMarkerTextMethod · 0.45
getTypeMethod · 0.45
updateLoyaltyMethod · 0.45
updateDefenseMethod · 0.45

Calls 2

getZoneMethod · 0.95
containsMethod · 0.65

Tested by

no test coverage detected