LeviLamina
Loading...
Searching...
No Matches
LegacyForestRockFeature.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/game_refs/WeakRef.h"
7
#include "mc/world/level/levelgen/feature/Feature.h"
8
#include "mc/world/level/levelgen/feature/IFeature.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
BlockPos
;
13
class
BlockSource
;
14
class
Random
;
15
// clang-format on
16
17
class
LegacyForestRockFeature
:
public
::Feature
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 24, ::WeakRef<::IFeature>> mForestRockFeature;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
~LegacyForestRockFeature
()
/*override*/
=
default
;
28
29
virtual
bool
place(
::BlockSource
& region,
::BlockPos
const
& origin,
::Random
& random)
const
/*override*/
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCAPI
bool
$place(
::BlockSource
& region,
::BlockPos
const
& origin,
::Random
& random)
const
;
36
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
Feature
Definition
Feature.h:18
LegacyForestRockFeature
Definition
LegacyForestRockFeature.h:17
LegacyForestRockFeature::$vftable
static MCAPI void ** $vftable()
Random
Definition
Random.h:10
src
mc
world
level
levelgen
feature
LegacyForestRockFeature.h
Generated on
for LeviLamina by
1.16.1