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

Method getGroupingState

code/src/java/plugin/qualifier/pobject/AnyToken.java:152–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 }
151
152 @Override
153 public GroupingState getGroupingState()
154 {
155 GroupingState gs = pcs == null ? GroupingState.ALLOWS_NONE : pcs.getGroupingState();
156 return negated ? gs.negate() : gs;
157 }
158
159 @Override
160 public <R> Collection<? extends R> getCollection(PlayerCharacter pc, Converter<T, R> c)

Callers

nothing calls this directly

Calls 2

negateMethod · 0.95
getGroupingStateMethod · 0.65

Tested by

no test coverage detected