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

Method getNature

code/src/java/pcgen/cdom/helper/AbilitySelector.java:89–92  ·  view source on GitHub ↗

Returns the Nature of the Ability as it should be applied to a PlayerCharacter @return The Nature of the Ability as it should be applied to a PlayerCharacter

()

Source from the content-addressed store, hash-verified

87 * PlayerCharacter
88 */
89 public Nature getNature()
90 {
91 return nature;
92 }
93
94 @Override
95 public void applyChoice(ChooseDriver obj, AbilitySelection as, PlayerCharacter pc)

Callers 2

unparseMethod · 0.95
getPersistentFormatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected