Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getCurrentLoyalty
Method
getCurrentLoyalty
forge-game/src/main/java/forge/game/card/Card.java:4245–4247 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4243
}
4244
4245
public
final
int
getCurrentLoyalty() {
4246
return
getCounters(CounterEnumType.LOYALTY);
4247
}
4248
public
final
void
setBaseLoyalty(
final
int
n) {
4249
currentState.setBaseLoyalty(Integer.toString(n));
4250
}
Callers
10
addCounterInternal
Method · 0.95
subtractCounter
Method · 0.95
getExcessDamageValue
Method · 0.95
testTransform
Method · 0.95
doPongifyLogic
Method · 0.95
considerPWAbilityPriority
Method · 0.95
doTgt
Method · 0.95
updateLoyalty
Method · 0.80
canPayCost
Method · 0.80
consider
Method · 0.80
Calls
1
getCounters
Method · 0.45
Tested by
1
testTransform
Method · 0.76