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

Method getAppliedName

code/src/java/pcgen/core/Equipment.java:210–219  ·  view source on GitHub ↗

Get Applied Name @return Applied name

()

Source from the content-addressed store, hash-verified

208 * @return Applied name
209 */
210 public String getAppliedName()
211 {
212 if (!appliedBonusName.isEmpty())
213 {
214
215 return " [" + appliedBonusName + "]";
216 }
217
218 return "";
219 }
220
221 //
222 // TYPE queries

Callers 5

getTempBonusTargetMethod · 0.95
compareMethod · 0.45
getNameTokenMethod · 0.45
getOutputNameTokenMethod · 0.45
getLongNameTokenMethod · 0.45

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected