Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getDownSteps
Method
getDownSteps
code/src/java/pcgen/cdom/content/BaseDice.java:95–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
public
List<RollInfo> getDownSteps()
96
{
97
return
Collections.unmodifiableList(downList);
98
}
99
100
}
Callers
2
adjustDamage
Method · 0.95
unparse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected