Class PlayerModInfoEvent
java.lang.Object
com.velocitypowered.api.event.player.PlayerModInfoEvent
This event is fired when a Forge client sends its mods to the proxy while connecting to a server.
Velocity will not wait on this event to finish firing.
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerModInfoEvent(Player player, ModInfo modInfo) Constructs a newPlayerModInfoEvent. -
Method Summary
-
Constructor Details
-
PlayerModInfoEvent
Constructs a newPlayerModInfoEvent.- Parameters:
player- the player sending their mod listmodInfo- the mod list information
-
-
Method Details