Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isInZone
Method · 0.95
isSick
Method · 0.95
canBeShownTo
Method · 0.95
getText
Method · 0.95
drawOverlay
Method · 0.95
selectCard
Method · 0.95
confirmAction
Method · 0.95
composeCardText
Method · 0.95
updateZone
Method · 0.45
updateZoneText
Method · 0.45
Calls
1
get
Method · 0.95
Tested by
no test coverage detected