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

Method isUnselected

code/src/java/pcgen/cdom/base/CDOMObject.java:1384–1388  ·  view source on GitHub ↗

Indicates if this is the "UNSELECTED" item an object type for the loaded GameMode. @return true if this is the "Unselected" item; false otherwise

()

Source from the content-addressed store, hash-verified

1382 * @return true if this is the "Unselected" item; false otherwise
1383 */
1384 public final boolean isUnselected()
1385 {
1386 return getSafeListFor(ListKey.GROUP).stream()
1387 .filter("Unselected"::equalsIgnoreCase).findFirst().isPresent();
1388 }
1389}

Callers 11

getTokenMethod · 0.80
passesMethod · 0.80
passesMethod · 0.80
initCompDataMethod · 0.80
linkCompanionMethod · 0.80
getHTMLInfoMethod · 0.80
initTodoListMethod · 0.80
setAgeCategoryMethod · 0.80
compareMethod · 0.80
getUnselectedRaceMethod · 0.80

Calls 3

getSafeListForMethod · 0.95
isPresentMethod · 0.80
streamMethod · 0.80

Tested by 2

passesMethod · 0.64
passesMethod · 0.64