LeviLamina
Loading...
Searching...
No Matches
MinecraftUISoundPlayer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/controls/UISoundPlayer.h"
7
8// auto generated forward declare list
9// clang-format off
10class IMinecraftGame;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 8, ::IMinecraftGame&> mMinecraft;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 MinecraftUISoundPlayer& operator=(MinecraftUISoundPlayer const&);
23 MinecraftUISoundPlayer(MinecraftUISoundPlayer const&);
24 MinecraftUISoundPlayer();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ~MinecraftUISoundPlayer() /*override*/ = default;
30
31 virtual void play(::std::string const& name, float volume, float pitch) const /*override*/;
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCAPI void $play(::std::string const& name, float volume, float pitch) const;
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
Definition IMinecraftGame.h:5
Definition MinecraftUISoundPlayer.h:5
static MCAPI void ** $vftable()
Definition UISoundPlayer.h:5