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/BaseScriptBlockComponent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { struct ScriptLocationInUnloadedChunkError; }
12namespace ScriptModuleMinecraft { struct ScriptLocationOutOfWorldBoundsError; }
13namespace Scripting { class Release; }
14namespace Scripting { struct ClassBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI ::Scripting::Result<
24 bool,
27 accumulatesSnow() const;
28
29 MCAPI ::Scripting::Result<
30 bool,
33 isSnowLoggable() 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
47 MCFOLD static ::std::optional<::Scripting::Release> overrideEnumVersion();
48 // NOLINTEND
49
50public:
51 // static variables
52 // NOLINTBEGIN
53 MCAPI static char const*& ComponentId();
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
62
63} // namespace ScriptModuleMinecraft
Definition BaseScriptBlockComponent.h:18
Definition ScriptBlockPrecipitationInteractionsComponent.h:19
Definition Release.h:16
Definition ScriptLocationInUnloadedChunkError.h:16
Definition ScriptLocationOutOfWorldBoundsError.h:16
Definition ClassBinding.h:19