LeviLamina
Loading...
Searching...
No Matches
RemovedState.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
CompoundTag
;
8
class
CompoundTagUpdaterNodeBuilder
;
9
// clang-format on
10
11
namespace
FlatteningUtils {
12
13
class
RemovedState
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 32, ::std::string const> mName;
18
// NOLINTEND
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
virtual
~RemovedState
() =
default
;
24
25
virtual
void
addValue(
::CompoundTag
const
&) = 0;
26
27
virtual
void
match(
::CompoundTagUpdaterNodeBuilder
&, uint64)
const
= 0;
28
29
virtual
uint64 valueCount()
const
= 0;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftable
();
42
// NOLINTEND
43
};
44
45
}
// namespace FlatteningUtils
CompoundTagUpdaterNodeBuilder
Definition
CompoundTagUpdaterNodeBuilder.h:10
CompoundTag
Definition
CompoundTag.h:23
FlatteningUtils::RemovedState
Definition
RemovedState.h:13
FlatteningUtils::RemovedState::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
block
registry
flattening_utils
RemovedState.h
Generated on
for LeviLamina by
1.16.1