Package-level declarations

Types

Link copied to clipboard
class EnvironmentBuilder(player: Player)

DSL builder for sending fake environment effects to a Player.

Link copied to clipboard
interface EnvironmentHub

Hub interface for packet-based environment manipulation.

Link copied to clipboard

DSL builder for configuring a fake world border sent to a player.

Link copied to clipboard

DSL marker annotation for the environment DSL scope.

Link copied to clipboard

DSL builder for configuring a world border sent to a player.

Functions

Link copied to clipboard
fun Player.environment(action: EnvironmentBuilder.() -> Unit)

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