38 ::ll::TypedStorage<1, 1, ::MusicCommand::Action> mAction;
39 ::ll::TypedStorage<8, 32, ::std::string> mTrackName;
40 ::ll::TypedStorage<4, 4, float> mVolume;
41 ::ll::TypedStorage<4, 4, float> mFadeSeconds;
42 ::ll::TypedStorage<1, 1, ::MusicRepeatMode> mRepeatMode;
49 MCAPI
bool decodeMusicCommand(::SharedTypes::Legacy::LevelEvent type,
::CompoundTag const& data);