Class PlayerClientBrandEvent

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

public final class PlayerClientBrandEvent extends Object
Fired when a Player sends the minecraft:brand plugin message. Velocity will not wait on the result of this event.
  • Constructor Details

    • PlayerClientBrandEvent

      public PlayerClientBrandEvent(Player player, String brand)
      Creates a new instance.
      Parameters:
      player - the Player of the sent client brand
      brand - the sent client brand
  • Method Details