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

Method getModifierArray

code/src/java/pcgen/cdom/inst/Dynamic.java:170–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 }
169
170 @Override
171 public VarModifier<?>[] getModifierArray()
172 {
173 return varHolder.getModifierArray();
174 }
175
176 @Override
177 public void addRemoteModifier(RemoteModifier<?> vm)

Callers

nothing calls this directly

Calls 1

getModifierArrayMethod · 0.65

Tested by

no test coverage detected