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

Method getSlotCount

code/src/java/pcgen/core/character/EquipSlot.java:99–104  ·  view source on GitHub ↗

Get number of slots @return number of slots

()

Source from the content-addressed store, hash-verified

97 * @return number of slots
98 */
99 public int getSlotCount()
100 {
101 final int multi = Globals.getEquipSlotTypeCount(slotNumType);
102
103 return multi * containNum;
104 }
105
106 /**
107 * Set slot name

Callers 2

canEquipItemMethod · 0.95
getQuantityMethod · 0.80

Calls 1

getEquipSlotTypeCountMethod · 0.95

Tested by

no test coverage detected