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

Method isEquipped

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

Gets the equipped attribute of the Equipment object @return The equipped value

()

Source from the content-addressed store, hash-verified

5251 * @return The equipped value
5252 */
5253 public boolean isEquipped()
5254 {
5255 return equipped;
5256 }
5257
5258 // ---------------------------
5259 // Container Support

Callers 15

replaceTokenArmorItemMethod · 0.95
setCalcEquipmentListMethod · 0.95
getParentNameMethod · 0.95
numberCarriedMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
getEquippedTokenMethod · 0.45
getEquippedTokenMethod · 0.45
getEquippedTokenMethod · 0.45
writeArmorPropertyMethod · 0.45
getEquipmentOfTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected