Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getRarity
Method
getRarity
forge-game/src/main/java/forge/game/card/Card.java:6315–6317 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6313
}
6314
6315
public
final
CardRarity getRarity() {
6316
return
currentState.getRarity();
6317
}
6318
public
final
void
setRarity(CardRarity r) {
6319
currentState.setRarity(r);
6320
}
Callers
nothing calls this directly
Calls
1
getRarity
Method · 0.65
Tested by
no test coverage detected