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

Method applyChoice

code/src/java/plugin/lsttokens/KitLst.java:158–162  ·  view source on GitHub ↗
(CDOMObject owner, Kit choice, PlayerCharacter pc)

Source from the content-addressed store, hash-verified

156 }
157
158 @Override
159 public void applyChoice(CDOMObject owner, Kit choice, PlayerCharacter pc)
160 {
161 Kit.applyKit(choice, pc);
162 }
163
164 @Override
165 public boolean allow(Kit choice, PlayerCharacter pc, boolean allowStack)

Callers

nothing calls this directly

Calls 1

applyKitMethod · 0.95

Tested by

no test coverage detected