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

Method getSlotName

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

Get slot name @return slot name

()

Source from the content-addressed store, hash-verified

117 * @return slot name
118 */
119 public String getSlotName()
120 {
121 return slotName;
122 }
123
124 /**
125 * Set slot number type

Callers 8

canEquipMethod · 0.95
parseLineMethod · 0.95
EquipNodeMethod · 0.80
getSortKeyMethod · 0.80
buildNodeListMethod · 0.80
getQuantityMethod · 0.80
getEquipSlotByNameMethod · 0.80
getSingleLocationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected