Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ isArmor
Method
isArmor
code/src/java/pcgen/core/Equipment.java:239–242 ·
view source on GitHub ↗
Gets the armor attribute of the Equipment object @return The armor value
()
Source
from the content-addressed store, hash-verified
237
* @
return
The armor value
238
*/
239
public
boolean isArmor()
240
{
241
return
isType(
"ARMOR"
);
242
}
243
244
/**
245
* Gets the double attribute of the Equipment object
Callers
13
replaceTokenArmorItem
Method · 0.95
isQualifiedFor
Method · 0.95
getCost
Method · 0.95
consolidatedProfName
Method · 0.95
hasConsolidatedProfName
Method · 0.95
getArmorProf
Method · 0.95
passes
Method · 0.80
getEquipmentHtmlInfo
Method · 0.80
isProficientWith
Method · 0.80
getSingleLocation
Method · 0.80
createItem
Method · 0.80
resolve
Method · 0.80
Calls
1
isType
Method · 0.95
Tested by
1
passes
Method · 0.64