LeviLamina
Loading...
Searching...
No Matches
BastionStart.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/structure/StructureStart.h"
7
8
class
BastionStart
:
public
::StructureStart
{
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::TypedStorage<1, 1, bool> mValid;
13
// NOLINTEND
14
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
~BastionStart
()
/*override*/
=
default
;
19
20
virtual
bool
isValid()
const
/*override*/
;
21
22
virtual ::std::string_view getStructureName()
const
/*override*/
;
23
// NOLINTEND
24
25
public
:
26
// virtual function thunks
27
// NOLINTBEGIN
28
MCFOLD
bool
$isValid()
const
;
29
30
MCAPI ::std::string_view $getStructureName()
const
;
31
32
33
// NOLINTEND
34
35
public
:
36
// vftables
37
// NOLINTBEGIN
38
MCNAPI
static
void
**
$vftable
();
39
// NOLINTEND
40
};
BastionStart
Definition
BastionStart.h:8
BastionStart::$vftable
static MCAPI void ** $vftable()
StructureStart
Definition
StructureStart.h:15
src
mc
world
level
levelgen
structure
BastionStart.h
Generated on
for LeviLamina by
1.16.1