3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/UISoundPlayer.h"
17 ::ll::TypedStorage<8, 8, ::IMinecraftGame&> mMinecraft;
22 MinecraftUISoundPlayer& operator=(MinecraftUISoundPlayer
const&);
23 MinecraftUISoundPlayer(MinecraftUISoundPlayer
const&);
24 MinecraftUISoundPlayer();
29 virtual ~MinecraftUISoundPlayer() =
default;
31 virtual void play(::std::string
const& name,
float volume,
float pitch)
const ;
37 MCAPI
void $play(::std::string
const& name,
float volume,
float pitch)
const;
Definition IMinecraftGame.h:5
Definition MinecraftUISoundPlayer.h:5
static MCAPI void ** $vftable()
Definition UISoundPlayer.h:5