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

Class PCAlignment

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

Represents an Alignment (LG, NG, etc).

Source from the content-addressed store, hash-verified

25 * Represents an Alignment (LG, NG, etc).
26 */
27public final class PCAlignment extends PObject implements NonInteractive, SortKeyRequired
28{
29 @Override
30 public String getSortKey()
31 {
32 return get(StringKey.SORT_KEY);
33 }
34}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected