LeviLamina
Loading...
Searching...
No Matches
MonsterRoomFeature.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/Direction.h"
7
#include "mc/world/level/levelgen/feature/Feature.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
BlockPos
;
12
class
BlockSource
;
13
class
Random
;
14
// clang-format on
15
16
class
MonsterRoomFeature
:
public
::Feature
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
// vIndex: 0
21
virtual
~MonsterRoomFeature
()
/*override*/
=
default
;
22
23
// vIndex: 4
24
virtual
bool
place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
/*override*/
;
25
// NOLINTEND
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI ::Direction::Type
31
_getDirection(
::BlockSource
& region,
::BlockPos
const
& blockPos,
int
offsetX,
int
offsetZ)
const
;
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
MCAPI
bool
$place(
::BlockSource
& region,
::BlockPos
const
& pos,
::Random
& random)
const
;
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
BlockPos
Definition
BlockPos.h:17
BlockSource
Definition
BlockSource.h:66
Feature
Definition
Feature.h:18
MonsterRoomFeature
Definition
MonsterRoomFeature.h:16
MonsterRoomFeature::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
src-server
mc
world
level
levelgen
feature
MonsterRoomFeature.h
Generated on Sun Oct 12 2025 06:32:31 for LeviLamina by
1.12.0