Class PlayerModInfoEvent

java.lang.Object
com.velocitypowered.api.event.player.PlayerModInfoEvent

public final class PlayerModInfoEvent extends Object
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 Details

    • PlayerModInfoEvent

      public PlayerModInfoEvent(Player player, ModInfo modInfo)
  • Method Details