Class ModInfo.Mod

java.lang.Object
com.velocitypowered.api.util.ModInfo.Mod
Enclosing class:
ModInfo

public static final class ModInfo.Mod extends Object
Represents a mod to send to the client.
  • Constructor Details

    • Mod

      public Mod(String id, String version)
      Creates a new mod info.
      Parameters:
      id - the mod identifier
      version - the mod version
  • Method Details