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

Method sizeInt

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

Get the int size of the Equipment object @return size as int

()

Source from the content-addressed store, hash-verified

3435 * @return size as int
3436 */
3437 public int sizeInt()
3438 {
3439 SizeAdjustment size = getSizeAdjustment();
3440 return size.get(IntegerKey.SIZEORDER);
3441 }
3442
3443 /**
3444 * Returns the Equipment as a String

Callers 15

resizeItemMethod · 0.95
getDamageMethod · 0.95
adjustDamageMethod · 0.95
testEquipmentPreSizeMethod · 0.45
getDamageTokenMethod · 0.45
getDamageTokenMethod · 0.45
getDamageTokenMethod · 0.45
passesMethod · 0.45
getUDamForEffLevelMethod · 0.45
resolveMethod · 0.45

Calls 2

getSizeAdjustmentMethod · 0.95
getMethod · 0.65

Tested by 2

testEquipmentPreSizeMethod · 0.36
passesMethod · 0.36