LeviLamina
Loading...
Searching...
No Matches
ScriptBlockMovableComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Result.h"
7#include "mc/scripting/modules/minecraft/block/components/BaseScriptBlockDefinitionalComponent.h"
8#include "mc/scripting/modules/minecraft/block/components/ScriptMovementType.h"
9#include "mc/scripting/modules/minecraft/block/components/ScriptStickyType.h"
10
11// auto generated forward declare list
12// clang-format off
13namespace ScriptModuleMinecraft { struct ScriptLocationInUnloadedChunkError; }
14namespace ScriptModuleMinecraft { struct ScriptLocationOutOfWorldBoundsError; }
15namespace Scripting { struct ClassBinding; }
16namespace Scripting { struct EnumBinding; }
17// clang-format on
18
19namespace ScriptModuleMinecraft {
20
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~ScriptBlockMovableComponent() /*override*/ = default;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI ::Scripting::Result<
32 ::ScriptModuleMinecraft::ScriptMovementType,
35 movementType() const;
36
37 MCAPI ::Scripting::Result<
38 ::ScriptModuleMinecraft::ScriptStickyType,
41 stickyType() const;
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static ::Scripting::ClassBinding bind();
48
49 MCAPI static ::Scripting::EnumBinding bindMovementType();
50
51 MCAPI static ::Scripting::EnumBinding bindStickyType();
52 // NOLINTEND
53
54public:
55 // static variables
56 // NOLINTBEGIN
57 MCAPI static char const*& ComponentId();
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCNAPI static void** $vftable();
64 // NOLINTEND
65};
66
67} // namespace ScriptModuleMinecraft
Definition BaseScriptBlockDefinitionalComponent.h:15
Definition ScriptBlockMovableComponent.h:21
Definition ScriptLocationInUnloadedChunkError.h:16
Definition ScriptLocationOutOfWorldBoundsError.h:10
Definition ClassBinding.h:19
Definition EnumBinding.h:15