LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerSoundOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { struct Error; }
11namespace Scripting { struct InterfaceBinding; }
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 16, ::std::optional<::Vec3>> mLocation;
21 ::ll::TypedStorage<4, 8, ::std::optional<float>> mVolume;
22 ::ll::TypedStorage<4, 8, ::std::optional<float>> mPitch;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI ::std::optional<::Scripting::Error> validate() const;
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static ::Scripting::InterfaceBinding bind();
35 // NOLINTEND
36};
37
38} // namespace ScriptModuleMinecraft
Definition ScriptPlayerSoundOptions.h:16
Definition Error.h:10
Definition InterfaceBinding.h:16