Uses of Class
com.velocitypowered.api.util.ModInfo.Mod
Packages that use ModInfo.Mod
Package
Description
Provides utilities to handle server information.
Provides a selection of miscellaneous utilities for use by plugins and the proxy.
-
Uses of ModInfo.Mod in com.velocitypowered.api.proxy.server
Methods in com.velocitypowered.api.proxy.server that return types with arguments of type ModInfo.ModModifier and TypeMethodDescriptionServerPing.Builder.getMods()Gets the list of mods reported in the ping.Methods in com.velocitypowered.api.proxy.server with parameters of type ModInfo.ModModifier and TypeMethodDescriptionServerPing.Builder.mods(ModInfo.Mod... mods) Uses the modifiedmodsarray in the response. -
Uses of ModInfo.Mod in com.velocitypowered.api.util
Methods in com.velocitypowered.api.util that return types with arguments of type ModInfo.ModModifier and TypeMethodDescriptionModInfo.getMods()Returns an immutable list of all mods in this mod list.Constructor parameters in com.velocitypowered.api.util with type arguments of type ModInfo.ModModifierConstructorDescriptionModInfo(String type, List<ModInfo.Mod> modList) Constructs a new ModInfo instance.