Uses of Class
io.github.bakedlibs.dough.versions.SemanticVersion
Packages that use SemanticVersion
Package
Description
This package provides some utilities which are useful for "version management".
-
Uses of SemanticVersion in io.github.bakedlibs.dough.versions
Subclasses of SemanticVersion in io.github.bakedlibs.dough.versionsModifier and TypeClassDescriptionclassThis is an extension ofSemanticVersion, specifically designed for Minecraft's versioning system.Methods in io.github.bakedlibs.dough.versions that return SemanticVersionModifier and TypeMethodDescriptionstatic SemanticVersionThis method attempts to parse the givenStringas aSemanticVersion.Methods in io.github.bakedlibs.dough.versions with parameters of type SemanticVersionModifier and TypeMethodDescriptionbooleanSemanticVersion.equalsIgnorePatch(SemanticVersion version) This method returns whether thisSemanticVersionequals the provided version in all aspects except their patch number.