LeviLamina
Loading...
Searching...
No Matches
ScriptPlayAnimationOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Scripting { struct InterfaceBinding; }
8// clang-format on
9
10namespace ScriptModuleMinecraft {
11
13public:
14 // member variables
15 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34
35 MCNAPI ::ScriptModuleMinecraft::ScriptPlayAnimationOptions&
37
38 MCNAPI ::ScriptModuleMinecraft::ScriptPlayAnimationOptions&
40
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCNAPI static ::Scripting::InterfaceBinding bindV1();
48
49 MCNAPI static ::Scripting::InterfaceBinding bindV2();
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
56
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCNAPI void $dtor();
64 // NOLINTEND
65};
66
67} // namespace ScriptModuleMinecraft
Definition ScriptPlayAnimationOptions.h:12
static MCAPI ::Scripting::InterfaceBinding bindV1()
MCAPI ScriptPlayAnimationOptions(::ScriptModuleMinecraft::ScriptPlayAnimationOptions &&)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptPlayAnimationOptions const &)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptPlayAnimationOptions &&)
MCAPI ScriptPlayAnimationOptions(::ScriptModuleMinecraft::ScriptPlayAnimationOptions const &)
MCAPI::ScriptModuleMinecraft::ScriptPlayAnimationOptions & operator=(::ScriptModuleMinecraft::ScriptPlayAnimationOptions &&)
MCAPI::ScriptModuleMinecraft::ScriptPlayAnimationOptions & operator=(::ScriptModuleMinecraft::ScriptPlayAnimationOptions const &)
static MCAPI ::Scripting::InterfaceBinding bindV2()
Definition Alias.h:14