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

Method setContainNum

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

Set container number @param i

(final int i)

Source from the content-addressed store, hash-verified

79 * @param i
80 */
81 public void setContainNum(final int i)
82 {
83 containNum = i;
84 }
85
86 /**
87 * Get container type

Callers 2

setUpMethod · 0.95
parseMethod · 0.80

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.76