Get number of slots @return number of slots
()
| 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 |
no test coverage detected