MidiSongV1

class MidiSongV1(val id: Int) : OutgoingGameMessage

Midi song V1 packet is used to play a midi song, in the old format. This is equal to playing MidiSongV2 with the arguments of id, 0, 60, 60, 0.

Constructors

Link copied to clipboard
constructor(id: Int)

Properties

Link copied to clipboard
open override val category: ServerProtCategory
Link copied to clipboard
val id: Int

the id of the song to play

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun estimateSize(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String