MidiSongOld

class MidiSongOld(val id: Int) : OutgoingGameMessage

Midi song old packet is used to play a midi song, in the old format. This is equal to playing MidiSong 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