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

Method isVirtual

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

Does this item really exist, or is it a phantom created to hold a bonus @return Returns the virtualItem.

()

Source from the content-addressed store, hash-verified

4808 * @return Returns the virtualItem.
4809 */
4810 private boolean isVirtual()
4811 {
4812 return virtualItem;
4813 }
4814
4815 /**
4816 * Gets the critMultiplier attribute of the Equipment object

Callers 4

getCostMethod · 0.95
getBaseWeightMethod · 0.95
getWeightAsDoubleMethod · 0.95
getWeightInPoundsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected