Package com.velocitypowered.api.util
Class ModInfo
java.lang.Object
com.velocitypowered.api.util.ModInfo
Represents the information for a Forge mod list.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Represents a mod to send to the client. -
Field Summary
-
Constructor Summary
ConstructorDescriptionModInfo
(String type, List<ModInfo.Mod> modList) Constructs a new ModInfo instance. -
Method Summary
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
ModInfo
Constructs a new ModInfo instance.- Parameters:
type
- the Forge server list version to usemodList
- the mods to present to the client
-
-
Method Details