FlyingPacket

data class FlyingPacket(val onGround: Boolean) : ServerBoundPacket

Set Player On Ground | 0x16 | play | serverbound

Parameters

onGround

onGround

See also

Constructors

Link copied to clipboard
constructor(onGround: Boolean)

Types

Link copied to clipboard

Properties

Link copied to clipboard