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
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33
34 MCNAPI ::ScriptModuleMinecraft::ScriptPlayAnimationOptions&
36
37 MCNAPI ::ScriptModuleMinecraft::ScriptPlayAnimationOptions&
39
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCNAPI static ::Scripting::InterfaceBinding bind();
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
53
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCNAPI void $dtor();
61 // NOLINTEND
62};
63
64} // namespace ScriptModuleMinecraft
Definition ScriptPlayAnimationOptions.h:12
MCAPI ScriptPlayAnimationOptions(::ScriptModuleMinecraft::ScriptPlayAnimationOptions &&)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptPlayAnimationOptions const &)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptPlayAnimationOptions &&)
MCAPI ScriptPlayAnimationOptions(::ScriptModuleMinecraft::ScriptPlayAnimationOptions const &)
static MCAPI ::Scripting::InterfaceBinding bind()
MCAPI::ScriptModuleMinecraft::ScriptPlayAnimationOptions & operator=(::ScriptModuleMinecraft::ScriptPlayAnimationOptions &&)
MCAPI::ScriptModuleMinecraft::ScriptPlayAnimationOptions & operator=(::ScriptModuleMinecraft::ScriptPlayAnimationOptions const &)
Definition Alias.h:14