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
virtual ::std::optional<::BlockPos> place(
::IFeature::PlacementContext
const
&
context
)
const
/*override*/
;
29
30
virtual
~NoSurfaceOreFeature
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
MCAPI ::std::optional<::BlockPos> $place(
::IFeature::PlacementContext
const
&
context
)
const
;
37
38
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
BlockPos
Definition
BlockPos.h:19
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
mc
world
level
levelgen
feature
NoSurfaceOreFeature.h
Generated on
for LeviLamina by
1.16.1