Uses of Record Class
fr.skytasul.reflection.Version
Packages that use Version
-
Uses of Version in fr.skytasul.reflection
Fields in fr.skytasul.reflection declared as VersionMethods in fr.skytasul.reflection that return VersionModifier and TypeMethodDescriptionstatic @NotNull Versionstatic @NotNull Version @NotNull []Version.parseArray(String... versions) Methods in fr.skytasul.reflection with parameters of type VersionModifier and TypeMethodDescriptionintbooleanChecks if this version is the same as the version passed as parameters.booleanChecks if this version is after or equal to the version passed as parameters.booleanChecks if this version is strictly before the version passed as parameters. -
Uses of Version in fr.skytasul.reflection.mappings.files
Methods in fr.skytasul.reflection.mappings.files that return types with arguments of type VersionModifier and TypeMethodDescriptionMappingFileReader.getAvailableVersions()MappingFileReader.getBestMatchedVersion(@NotNull Version targetVersion, @NotNull List<@NotNull Version> availableVersions) Returns the version present in the available versions list that matches the best the target version.MappingFileReader.keepBestMatchedVersion(@NotNull Version targetVersion) Methods in fr.skytasul.reflection.mappings.files with parameters of type VersionModifier and TypeMethodDescriptionMappingFileReader.getBestMatchedVersion(@NotNull Version targetVersion, @NotNull List<@NotNull Version> availableVersions) Returns the version present in the available versions list that matches the best the target version.@NotNull MappingsMappingFileReader.getParsedMappings(@NotNull Version version) MappingFileReader.keepBestMatchedVersion(@NotNull Version targetVersion) booleanMappingFileReader.keepOnlyVersion(@NotNull Version version) Method parameters in fr.skytasul.reflection.mappings.files with type arguments of type VersionModifier and TypeMethodDescriptionMappingFileReader.getBestMatchedVersion(@NotNull Version targetVersion, @NotNull List<@NotNull Version> availableVersions) Returns the version present in the available versions list that matches the best the target version.Constructors in fr.skytasul.reflection.mappings.files with parameters of type VersionModifierConstructorDescriptionMappingFileReader(@NotNull MappingType mappingType, @NotNull List<String> lines, @NotNull Version version) Creates a reader for a plain mappings file, associated with its version.