Package-level declarations

Types

Link copied to clipboard
annotation class PacketViewDsl

DSL marker annotation for the view DSL scope.

Link copied to clipboard
class ViewBuilder(player: Player)

DSL builder for sending packet-based visual perspective and entity appearance effects to a Player.

Link copied to clipboard
interface ViewHub

Hub interface for packet-based visual perspective and entity appearance manipulation.

Functions

Link copied to clipboard
fun Player.view(action: ViewBuilder.() -> Unit)

Entry point for the view DSL. Applies action to a ViewBuilder for this player.