Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ map
Method
map
forge-game/src/main/java/forge/game/IEntityMap.java:14–14 ·
view source on GitHub ↗
(GameObject o)
Source
from the content-addressed store, hash-verified
12
Game getGame();
13
14
GameObject map(GameObject o);
15
16
default Player map(
final
Player p) {
17
return
(Player) map((GameObject) p);
Callers
15
makeMappedCopy
Method · 0.65
getSVar
Method · 0.65
getLegalAttackers
Method · 0.65
Combat
Method · 0.65
applyContinuousAbility
Method · 0.65
fixedResult
Method · 0.65
getDescriptiveType
Method · 0.65
payAsDecided
Method · 0.65
payCostDuringAbilityResolve
Method · 0.65
getUnlockedDoors
Method · 0.65
getComboColors
Method · 0.65
copy
Method · 0.65
Implementers
2
SnapshotEntityMap
forge-game/src/main/java/forge/game/Ga
CopiedGameObjectMap
forge-ai/src/main/java/forge/ai/simula
Calls
no outgoing calls
Tested by
8
listAvailablePrecons
Method · 0.52
listAvailableCommanderPrecons
Method · 0.52
aggregateMetrics
Method · 0.52
getFilesWithAnyWarnings
Method · 0.52
getFilesWithAnyErrors
Method · 0.52
BatchStats
Method · 0.52
analyzeDirectory
Method · 0.52
testGameFormatRestrictionsAlsoWithRestrictedCardList
Method · 0.52