MCPcopy 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

addCounterInternalMethod · 0.95
subtractCounterMethod · 0.95
getExcessDamageValueMethod · 0.95
testTransformMethod · 0.95
doPongifyLogicMethod · 0.95
doTgtMethod · 0.95
updateLoyaltyMethod · 0.80
canPayCostMethod · 0.80
considerMethod · 0.80

Calls 1

getCountersMethod · 0.45

Tested by 1

testTransformMethod · 0.76