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

Method getTemplateSet

code/src/java/pcgen/core/PlayerCharacter.java:2077–2080  ·  view source on GitHub ↗

Get a set of the templates applies to this pc. @return the set of Templates.

()

Source from the content-addressed store, hash-verified

2075 * @return the set of Templates.
2076 */
2077 public Collection<PCTemplate> getTemplateSet()
2078 {
2079 return templateFacet.getSet(id);
2080 }
2081
2082 /**
2083 * Evaluates the variable string passed in and returns its value.

Callers 8

updateBaseSkillModMethod · 0.95
getCritterTypesMethod · 0.45
passesMethod · 0.45
getTypesMethod · 0.45
getPossessedMethod · 0.45
appendTemplateLinesMethod · 0.45

Calls 1

getSetMethod · 0.65

Tested by 3

getCritterTypesMethod · 0.36
passesMethod · 0.36
getTypesMethod · 0.36