LeviLamina
Loading...
Searching...
No Matches
ScriptBlockPrecipitationInteractionsComponent.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
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { struct ScriptLocationInUnloadedChunkError; }
12namespace ScriptModuleMinecraft { struct ScriptLocationOutOfWorldBoundsError; }
13namespace Scripting { struct ClassBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual ~ScriptBlockPrecipitationInteractionsComponent() /*override*/ = default;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI ::Scripting::Result<
30 bool,
33 accumulatesSnow() const;
34
35 MCAPI ::Scripting::Result<
36 bool,
39 obstructsRain() const;
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static ::Scripting::ClassBinding bind();
46 // NOLINTEND
47
48public:
49 // static variables
50 // NOLINTBEGIN
51 MCAPI static char const*& ComponentId();
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
60
61} // namespace ScriptModuleMinecraft
Definition BaseScriptBlockDefinitionalComponent.h:15
Definition ScriptBlockPrecipitationInteractionsComponent.h:19
Definition ScriptLocationInUnloadedChunkError.h:16
Definition ScriptLocationOutOfWorldBoundsError.h:10
Definition ClassBinding.h:19