LeviLamina
Loading...
Searching...
No Matches
ScriptSoundOptions.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
10
namespace
Scripting {
struct
ClassBinding
; }
11
// clang-format on
12
13
namespace
ScriptModuleMinecraft {
14
15
struct
ScriptSoundOptions
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<4, 16, ::std::optional<::Vec3>> mLocation;
20
::ll::TypedStorage<4, 8, ::std::optional<float>> mVolume;
21
::ll::TypedStorage<4, 8, ::std::optional<float>> mPitch;
22
// NOLINTEND
23
24
public
:
25
// static functions
26
// NOLINTBEGIN
27
MCAPI static ::Scripting::ClassBinding bindV010();
28
// NOLINTEND
29
};
30
31
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptSoundOptions
Definition
ScriptSoundOptions.h:15
Scripting::ClassBinding
Definition
ClassBinding.h:19
src
mc
scripting
modules
minecraft
options
ScriptSoundOptions.h
Generated on
for LeviLamina by
1.16.1