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

Method getUpSteps

code/src/java/pcgen/cdom/content/BaseDice.java:90–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 public List<RollInfo> getUpSteps()
91 {
92 return Collections.unmodifiableList(upList);
93 }
94
95 public List<RollInfo> getDownSteps()
96 {

Callers 2

adjustDamageMethod · 0.95
unparseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected