LeviLamina
Loading...
Searching...
No Matches
NetherReactorBlockActor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/actor/BlockActor.h"
7
8// auto generated forward declare list
9// clang-format off
10class CompoundTag;
11class DataLoadHelper;
12class ILevel;
13class SaveContext;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<1, 1, bool> mIsInitialized;
21 ::ll::TypedStorage<1, 1, bool> mHasFinished;
22 ::ll::TypedStorage<2, 2, short> mProgress;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 2
29 virtual bool save(::CompoundTag& tag, ::SaveContext const& saveContext) const /*override*/;
30
31 // vIndex: 1
32 virtual void load(::ILevel& level, ::CompoundTag const& tag, ::DataLoadHelper& dataLoadHelper) /*override*/;
33
34 // vIndex: 0
35 virtual ~NetherReactorBlockActor() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCAPI bool $save(::CompoundTag& tag, ::SaveContext const& saveContext) const;
48
49 MCAPI void $load(::ILevel& level, ::CompoundTag const& tag, ::DataLoadHelper& dataLoadHelper);
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCAPI static void** $vftable();
56 // NOLINTEND
57};
Definition BlockActor.h:32
Definition CompoundTag.h:13
Definition DataLoadHelper.h:20
Definition ILevel.h:203
Definition NetherReactorBlockActor.h:16
Definition SaveContext.h:5