Package-level declarations

Types

Link copied to clipboard
annotation class PacketVfxDsl

DSL marker annotation for the visual effects DSL scope.

Link copied to clipboard
class VfxBuilder(player: Player)

DSL builder for sending packet-based visual and audio effects to a Player.

Link copied to clipboard
interface VfxHub

Hub interface for packet-based visual and audio effects.

Functions

Link copied to clipboard
fun Player.vfx(action: VfxBuilder.() -> Unit)

Entry point for the visual effects DSL. Applies action to a VfxBuilder for this player.