LeviLamina
Loading...
Searching...
No Matches
BaseScriptBlockLiquidContainerComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Result_deprecated.h"
7#include "mc/scripting/modules/minecraft/block/components/BaseScriptBlockActorComponent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Scripting { struct ClassBinding; }
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 4
34 virtual ::Scripting::Result_deprecated<void> setFillLevel(int level);
35
36 // vIndex: 3
37 virtual bool _isValid() const /*override*/;
38
39 // vIndex: 0
40 virtual ~BaseScriptBlockLiquidContainerComponent() /*override*/ = default;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCNAPI ::Scripting::Result_deprecated<int> getFillLevel();
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCNAPI static ::Scripting::ClassBinding bind();
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCNAPI ::Scripting::Result_deprecated<void> $setFillLevel(int level);
59
60 MCNAPI bool $_isValid() const;
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
69
70} // namespace ScriptModuleMinecraft
Definition BaseScriptBlockActorComponent.h:10
Definition BaseScriptBlockLiquidContainerComponent.h:16
MCAPI ::Scripting::Result_deprecated< int > getFillLevel()
MCAPI ::Scripting::Result_deprecated< void > $setFillLevel(int level)
Definition Alias.h:14