Indicates if this is the "UNSELECTED" item an object type for the loaded GameMode. @return true if this is the "Unselected" item; false otherwise
()
| 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 | } |