SetModelPacket

data class SetModelPacket(val model: Int) : CustomPacketPayload(source)

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

Constructors

Link copied to clipboard
constructor(model: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val model: Int

Functions

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