StoredClassProfile

public final class StoredClassProfile extends Record

Raw persisted player-wide [Alpha] Advanced Combat System selections and tutorial milestones.

Form and input identifiers are stable catalog identifiers. A null selection means that the player has not selected that part of the profile yet. Other values are intentionally tolerated here so the Module can repair corrupt legacy rows before publishing them.

Constructors

Link copied to clipboard
public void StoredClassProfile(UUID playerId, String selectedFormId, String selectedInputId, int catalogVersion)
public void StoredClassProfile(UUID playerId, String selectedFormId, String selectedInputId, int catalogVersion, int tutorialSkillsUsed)

Inherited functions

Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String toString()