LeviLamina
Loading...
Searching...
No Matches
ScriptComponentTypeEnumBuilder.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/components/ScriptComponentType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { struct EnumBinding; }
11namespace Scripting { struct Version; }
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCNAPI explicit ScriptComponentTypeEnumBuilder(::ScriptModuleMinecraft::ScriptComponentType componentType);
34
35 MCNAPI ::Scripting::EnumBinding bind(::std::optional<::Scripting::Version> releaseVersion);
36
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCNAPI void* $ctor(::ScriptModuleMinecraft::ScriptComponentType componentType);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51};
52
53} // namespace ScriptModuleMinecraft
Definition ScriptComponentTypeEnumBuilder.h:16
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptComponentType componentType)
MCAPI::Scripting::EnumBinding bind(::std::optional<::Scripting::Version > releaseVersion)
MCAPI ScriptComponentTypeEnumBuilder(::ScriptModuleMinecraft::ScriptComponentType componentType)
Definition Alias.h:14