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/ScriptFluidType.h"
8#include "mc/scripting/modules/minecraft/block/components/BaseScriptBlockActorComponent.h"
9#include "mc/world/level/block/CauldronLiquidType.h"
10
11// auto generated forward declare list
12// clang-format off
14namespace Scripting { struct ClassBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<4, 4, ::CauldronLiquidType> mLiquidType;
24 ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptFluidType> mFluidType;
25 // NOLINTEND
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ::Scripting::Result_deprecated<void> setFillLevel(int level);
31
32 virtual bool _isValid() const /*override*/;
33
34 virtual ~BaseScriptBlockLiquidContainerComponent() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCFOLD ::CauldronBlockActor* _tryGetCauldronBlockActor();
41
42 MCAPI ::Scripting::Result_deprecated<int> getFillLevel();
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCAPI static ::Scripting::ClassBinding bind();
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCAPI ::Scripting::Result_deprecated<void> $setFillLevel(int level);
55
56 MCFOLD bool $_isValid() const;
57
58
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
67
68} // namespace ScriptModuleMinecraft
Definition CauldronBlockActor.h:24
Definition BaseScriptBlockActorComponent.h:10
Definition BaseScriptBlockLiquidContainerComponent.h:19
Definition ClassBinding.h:19