Class ModInfo

java.lang.Object
com.velocitypowered.api.util.ModInfo

public final class ModInfo extends Object
Represents the information for a Forge mod list.
  • Field Details

    • DEFAULT

      public static final ModInfo DEFAULT
  • Constructor Details

    • ModInfo

      public ModInfo(String type, List<ModInfo.Mod> modList)
      Constructs a new ModInfo instance.
      Parameters:
      type - the Forge server list version to use
      modList - the mods to present to the client
  • Method Details