Class MinecraftVersionList
java.lang.Object
net.neoforged.moddevgradle.internal.generated.MinecraftVersionList
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic intindexOfByPrefix(String version, String separators) Finds the index of the longest matching prefix or -1 if none match.
-
Field Details
-
VERSIONS
Released Minecraft Versions as of 2024-12-06T12:54:48.337462300Z from latest to oldest.
-
-
Method Details
-
indexOfByPrefix
Finds the index of the longest matching prefix or -1 if none match. Prefix matches must terminate with one of the given separator characters to be found valid.
-