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

Class PCCheck

code/src/java/pcgen/core/PCCheck.java:27–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25import pcgen.cdom.enumeration.StringKey;
26
27public final class PCCheck extends PObject implements NonInteractive, SortKeyRequired, VarScoped
28{
29 @Override
30 public Optional<String> getLocalScopeName()
31 {
32 return Optional.of("PC.SAVE");
33 }
34
35 @Override
36 public String getSortKey()
37 {
38 return get(StringKey.SORT_KEY);
39 }
40}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected