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

Method getMaster

code/src/java/pcgen/facade/core/CharacterFacade.java:790–790  ·  view source on GitHub ↗

@return a character stub representing this character's master

()

Source from the content-addressed store, hash-verified

788 * @return a character stub representing this character's master
789 */
790 CharacterStubFacade getMaster();
791
792 /**
793 * @return the type of companion the current character is, or null if not a companion

Callers 8

testAddCompanionMethod · 0.65
prepareForSaveMethod · 0.65
addMasterListenersMethod · 0.65
refreshCompanionDataMethod · 0.65
linkCompanionMethod · 0.65
getCompanionTypeMethod · 0.65
getMasterMethod · 0.65
appendFollowerLinesMethod · 0.65

Implementers 1

CharacterFacadeImplcode/src/java/pcgen/gui2/facade/Charac

Calls

no outgoing calls

Tested by 1

testAddCompanionMethod · 0.52