Uses of Class
com.velocitypowered.api.util.ModInfo
Packages that use ModInfo
Package
Description
Provides events for handling actions performed by players.
Provides an interface to interact with the proxy at a low level.
Provides utilities to handle server information.
Provides a selection of miscellaneous utilities for use by plugins and the proxy.
-
Uses of ModInfo in com.velocitypowered.api.event.player
Methods in com.velocitypowered.api.event.player that return ModInfoConstructors in com.velocitypowered.api.event.player with parameters of type ModInfo -
Uses of ModInfo in com.velocitypowered.api.proxy
Methods in com.velocitypowered.api.proxy that return types with arguments of type ModInfoModifier and TypeMethodDescriptionPlayer.getModInfo()
Returns the player's mod info if they have a modded client. -
Uses of ModInfo in com.velocitypowered.api.proxy.server
Methods in com.velocitypowered.api.proxy.server that return types with arguments of type ModInfoMethods in com.velocitypowered.api.proxy.server with parameters of type ModInfoModifier and TypeMethodDescriptionUses the modifiedmods
list in the response.Constructors in com.velocitypowered.api.proxy.server with parameters of type ModInfoModifierConstructorDescriptionServerPing
(ServerPing.Version version, @Nullable ServerPing.Players players, Component description, @Nullable Favicon favicon, @Nullable ModInfo modinfo) Constructs a ServerPing instance. -
Uses of ModInfo in com.velocitypowered.api.util
Fields in com.velocitypowered.api.util declared as ModInfo