LeviLamina
Loading...
Searching...
No Matches
IScriptBlockProperty.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockState;
11namespace ScriptModuleMinecraft { class ScriptBlockPermutation; }
12namespace Scripting { struct ClassBinding; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
17class IScriptBlockProperty {
18public:
19 // member variables
20 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 IScriptBlockProperty& operator=(IScriptBlockProperty const&);
29 IScriptBlockProperty(IScriptBlockProperty const&);
30 IScriptBlockProperty();
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 virtual ~IScriptBlockProperty();
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
42 ::std::string name,
43 ::BlockState const& blockState,
45 );
46
47 MCNAPI ::ScriptModuleMinecraft::IScriptBlockProperty& operator=(::ScriptModuleMinecraft::IScriptBlockProperty&&);
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCNAPI static ::Scripting::ClassBinding bindV010();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCNAPI void* $ctor(
60 ::std::string name,
61 ::BlockState const& blockState,
63 );
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69 MCNAPI void $dtor();
70 // NOLINTEND
71
72public:
73 // vftables
74 // NOLINTBEGIN
75 MCNAPI static void** $vftable();
76 // NOLINTEND
77};
78
79} // namespace ScriptModuleMinecraft
Definition BlockState.h:13
Definition IScriptBlockProperty.h:17
MCAPI IScriptBlockProperty(::std::string name, ::BlockState const &blockState, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation > blockPermutation)
MCAPI void * $ctor(::std::string name, ::BlockState const &blockState, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation > blockPermutation)
static MCAPI ::Scripting::ClassBinding bindV010()
MCAPI::ScriptModuleMinecraft::IScriptBlockProperty & operator=(::ScriptModuleMinecraft::IScriptBlockProperty &&)
Definition ScriptBlockPermutation.h:23
Definition StrongTypedObjectHandle.h:8
Definition ClassBinding.h:19
Definition Alias.h:14