SetMarioModePacket

data class SetMarioModePacket(val enabled: Boolean) : CustomPacketPayload(source)

Synchronizes Mario state across client/server so movement stays coherent. Use this page as a quick orientation point before editing SetMarioModePacket.

Constructors

Link copied to clipboard
constructor(enabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun type(): CustomPacketPayload.Type<out CustomPacketPayload>