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
10
class
CompoundTag
;
11
class
DataLoadHelper
;
12
class
ILevel
;
13
class
SaveContext
;
14
// clang-format on
15
16
class
NetherReactorBlockActor
:
public
::BlockActor
{
17
public
:
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
25
public
:
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
38
public
:
39
// destructor thunk
40
// NOLINTBEGIN
41
42
// NOLINTEND
43
44
public
:
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
52
public
:
53
// vftables
54
// NOLINTBEGIN
55
MCAPI
static
void
** $vftable();
56
// NOLINTEND
57
};
BlockActor
Definition
BlockActor.h:32
CompoundTag
Definition
CompoundTag.h:13
DataLoadHelper
Definition
DataLoadHelper.h:20
ILevel
Definition
ILevel.h:203
NetherReactorBlockActor
Definition
NetherReactorBlockActor.h:16
SaveContext
Definition
SaveContext.h:5
src
mc
world
level
block
actor
NetherReactorBlockActor.h
Generated on Sat Apr 26 2025 05:56:17 for LeviLamina by
1.12.0