Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ isEmblem
Method
isEmblem
forge-game/src/main/java/forge/game/card/Card.java:5821–5823 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5819
}
5820
5821
public
final
boolean isEmblem() {
5822
return
isEmblem;
5823
}
5824
public
final
void
setEmblem(
final
boolean isEmblem0) {
5825
isEmblem = isEmblem0;
5826
view.updateEmblem(this);
Callers
5
canTargetSpellAbility
Method · 0.95
isValid
Method · 0.95
onPlayerLost
Method · 0.45
findStaticAbilityToApply
Method · 0.45
getLKICopy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected