Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getOwner
Method
getOwner
forge-game/src/main/java/forge/game/card/CardView.java:122–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
}
121
122
public
PlayerView getOwner() {
123
return
get(TrackableProperty.Owner);
124
}
125
void
updateOwner(Card c) {
126
set(TrackableProperty.Owner, PlayerView.get(c.getOwner()));
127
}
Callers
4
visit
Method · 0.95
getText
Method · 0.95
drawOverlay
Method · 0.95
composeCardText
Method · 0.95
Calls
1
get
Method · 0.95
Tested by
no test coverage detected