LeviLamina
Loading...
Searching...
No Matches
NoSurfaceOreFeature.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/util/IntRange.h"
7
#include "mc/world/level/block/BlockDescriptor.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
// clang-format on
14
15
class
NoSurfaceOreFeature
:
public
::IFeature
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<4, 8, ::IntRange> mCount;
20
::ll::TypedStorage<8, 184, ::BlockDescriptor> mPlaceBlock;
21
::ll::TypedStorage<8, 184, ::BlockDescriptor> mReplaceBlock;
22
::ll::TypedStorage<8, 184, ::BlockDescriptor> mAvoidsBlock;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
// vIndex: 1
29
virtual ::std::optional<::BlockPos> place(
::IFeature::PlacementContext
const
&
context
)
const
/*override*/
;
30
31
// vIndex: 0
32
virtual
~NoSurfaceOreFeature
()
/*override*/
=
default
;
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCAPI ::std::optional<::BlockPos> $place(
::IFeature::PlacementContext
const
&
context
)
const
;
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
BlockPos
Definition
BlockPos.h:17
IFeature
Definition
IFeature.h:18
NoSurfaceOreFeature
Definition
NoSurfaceOreFeature.h:15
NoSurfaceOreFeature::$vftable
static MCAPI void ** $vftable()
IFeature::PlacementContext
Definition
IFeature.h:26
context
Definition
context.h:5
src-server
mc
world
level
levelgen
feature
NoSurfaceOreFeature.h
Generated on Sun Oct 12 2025 06:32:31 for LeviLamina by
1.12.0