Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getView
Method
getView
forge-game/src/main/java/forge/game/player/Player.java:3393–3396 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3391
}
3392
3393
@Override
3394
public
PlayerView getView() {
3395
return
view;
3396
}
3397
3398
public
SpellAbility getPaidForSA() {
3399
return
paidForStack.peek();
Callers
15
addMaxLandPlays
Method · 0.95
removeMaxLandPlays
Method · 0.95
addMaxLandPlaysInfinite
Method · 0.95
removeMaxLandPlaysInfinite
Method · 0.95
addController
Method · 0.95
removeController
Method · 0.95
clearController
Method · 0.95
planeswalkTo
Method · 0.95
initPlane
Method · 0.95
incCommanderCast
Method · 0.95
updateMergedCommanderInfo
Method · 0.95
addAdditionalVote
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected