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

Method isLight

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

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

()

Source from the content-addressed store, hash-verified

299 * @return The light value
300 */
301 public boolean isLight()
302 {
303 return isType("LIGHT");
304 }
305
306 /**
307 * Gets the magic attribute of the Equipment object

Callers 2

moveStringMethod · 0.95
writeArmorPropertyMethod · 0.80

Calls 1

isTypeMethod · 0.95

Tested by

no test coverage detected