environment

fun Player.environment(action: EnvironmentBuilder.() -> Unit)

Entry point for the environment DSL. Applies action to an EnvironmentBuilder for this player.

Parameters

action

DSL block for sending fake environment effects.