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

Method getNote

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

return the player added note for this item @return note

()

Source from the content-addressed store, hash-verified

1403 * @return note
1404 */
1405 public String getNote()
1406 {
1407 return noteString;
1408 }
1409
1410 /**
1411 * Sets the numberCarried attribute of the Equipment object.

Callers 3

appendEquipmentLinesMethod · 0.45
getNoteTokenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected