PacketManager

Represents a base interface for sending a Plasmo Voice related packets to the players.

Inheritors

Functions

Link copied to clipboard
open fun broadcast(@NotNull packet: @NotNull Packet<T>)
abstract fun broadcast(@NotNull packet: @NotNull Packet<T>, @Nullable filter: Predicate<P>)
Broadcasts a packet to all players with voice chat installed.