find

@NotNull
open fun find(major: Int): @NotNull ModelMeta.FormatVersion

Finds the appropriate format version based on the major version number.

Return

the matching format version

Since

1.15.2

Parameters

major

the major version number

Throws

if no matching version is found