Class MinecraftVersionList

java.lang.Object
net.neoforged.moddevgradle.internal.generated.MinecraftVersionList

public final class MinecraftVersionList extends Object
  • Field Details

    • VERSIONS

      public static final List<String> VERSIONS
      Released Minecraft Versions as of 2025-10-07T14:08:34.169639965Z from latest to oldest.
  • Method Details

    • indexOfByPrefix

      public static int indexOfByPrefix(String version, String separators)
      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.