MCPcopy Create free account
hub / github.com/PCGen/pcgen / printAspectValue

Method printAspectValue

code/src/java/pcgen/cdom/helper/Aspect.java:389–392  ·  view source on GitHub ↗
(PlayerCharacter pc, AspectName key, List<CNAbility> abilities)

Source from the content-addressed store, hash-verified

387 }
388
389 public static String printAspectValue(PlayerCharacter pc, AspectName key, List<CNAbility> abilities)
390 {
391 return printAspect(pc, key, abilities, false);
392 }
393
394 public static Aspect lastPassingAspect(List<Aspect> aspects, PlayerCharacter pc, Ability a)
395 {

Callers 1

getAspectStringMethod · 0.95

Calls 1

printAspectMethod · 0.95

Tested by

no test coverage detected