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

Method getGame

forge-game/src/main/java/forge/game/IEntityMap.java:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11public interface IEntityMap {
12 Game getGame();
13
14 GameObject map(GameObject o);
15

Callers 15

updateCombatMethod · 0.65
rollbackAbilityMethod · 0.65
getPlayerStringMethod · 0.65
addCardMethod · 0.65
updateManaPoolMethod · 0.65
emulateMergeViaMutateMethod · 0.65
setupPlayerStateMethod · 0.65
processCardsForZoneMethod · 0.65
rollMethod · 0.65
copyManaPoolMethod · 0.65
ReplacementEffectViewMethod · 0.65

Implementers 2

SnapshotEntityMapforge-game/src/main/java/forge/game/Ga
CopiedGameObjectMapforge-ai/src/main/java/forge/ai/simula

Calls

no outgoing calls

Tested by 14

addCardToZoneMethod · 0.52
createTokenMethod · 0.52
addTokenMethod · 0.52
runGameMethod · 0.52
createControllerForMethod · 0.52
declareAttackersMethod · 0.52
declareBlockersMethod · 0.52