interact

fun Player.interact(action: InteractBuilder.() -> Unit)

Entry point for the interact DSL. Applies action to an InteractBuilder for this player.

Parameters

action

DSL block for sending packet-based interaction effects.