Class PlayerModInfoEvent
- java.lang.Object
-
- com.velocitypowered.api.event.player.PlayerModInfoEvent
-
public final class PlayerModInfoEvent extends java.lang.Object
This event is fired when a Forge client sends its mods to the proxy while connecting to a server.
-
-
Constructor Summary
Constructors Constructor Description PlayerModInfoEvent(Player player, ModInfo modInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModInfo
getModInfo()
Player
getPlayer()
java.lang.String
toString()
-