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

Method addFavoredClass

code/src/java/pcgen/core/PlayerCharacter.java:8711–8714  ·  view source on GitHub ↗
(PCClass cls, Object source)

Source from the content-addressed store, hash-verified

8709 }
8710
8711 public void addFavoredClass(PCClass cls, Object source)
8712 {
8713 favClassFacet.add(id, cls, source);
8714 }
8715
8716 public void removeFavoredClass(PCClass cls, Object source)
8717 {

Callers 3

applyChoiceMethod · 0.80
applyChoiceMethod · 0.80
parseFavoredClassLineMethod · 0.80

Calls 1

addMethod · 0.65

Tested by

no test coverage detected