Interface NeoForgeInstance

  • All Implemented Interfaces:

    
    public interface NeoForgeInstance
    
                        

    One NeoForge build: which Minecraft it targets, the build itself, and where its installer is fetched from.

    An interface with two implementations, because NeoForge changed where it publishes. Its first releases — Minecraft 1.20 and 1.20.1 — live under the legacy net/neoforged/forge/ artifact group and need both versions to address the installer (OldNeoForgeInstance); everything later is addressed by the bare NeoForge version (NewNeoForgeInstance). NeoForgeLoader picks the right one per build, so callers here see one type and never that split.

    Author:

    Griefed

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description