LeviLamina
Loading...
Searching...
No Matches
NetherFortressStart.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
// auto generated forward declare list
9
// clang-format off
10
class
Random
;
11
// clang-format on
12
13
class
NetherFortressStart
:
public
::StructureStart
{
14
public
:
15
// prevent constructor by default
16
NetherFortressStart
();
17
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 4
22
virtual ::std::string_view getStructureName()
const
/*override*/
;
23
24
// vIndex: 0
25
virtual
~NetherFortressStart
()
/*override*/
=
default
;
26
// NOLINTEND
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCAPI
NetherFortressStart
(
::Random
& random,
short
seaLevel,
int
chunkX,
int
chunkZ);
32
// NOLINTEND
33
34
public
:
35
// constructor thunks
36
// NOLINTBEGIN
37
MCAPI
void
* $ctor(
::Random
& random,
short
seaLevel,
int
chunkX,
int
chunkZ);
38
// NOLINTEND
39
40
public
:
41
// virtual function thunks
42
// NOLINTBEGIN
43
MCAPI ::std::string_view $getStructureName()
const
;
44
// NOLINTEND
45
46
public
:
47
// vftables
48
// NOLINTBEGIN
49
MCNAPI
static
void
**
$vftable
();
50
// NOLINTEND
51
};
NetherFortressStart
Definition
NetherFortressStart.h:13
NetherFortressStart::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
StructureStart
Definition
StructureStart.h:15
src-server
mc
world
level
levelgen
structure
NetherFortressStart.h
Generated on Tue Nov 25 2025 04:01:52 for LeviLamina by
1.12.0