LeviLamina
Loading...
Searching...
No Matches
AddDensityFunction.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/levelgen/density/DensityFunctionPtr.h"
7
#include "mc/world/level/levelgen/density/IDensityFunction.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
DensityCalculators
;
12
class
DensityFunctionRegistry
;
13
// clang-format on
14
15
class
AddDensityFunction
:
public
::IDensityFunction
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 16, ::DensityFunctionPtr> mInputA;
20
::ll::TypedStorage<8, 16, ::DensityFunctionPtr> mInputB;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 0
27
virtual
~AddDensityFunction
()
/*override*/
=
default
;
28
29
// vIndex: 1
30
virtual
ushort addToCalculators(
::DensityCalculators
&,
::DensityFunctionRegistry
const
&)
const
/*override*/
;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
};
AddDensityFunction
Definition
AddDensityFunction.h:15
DensityCalculators
Definition
DensityCalculators.h:10
DensityFunctionRegistry
Definition
DensityFunctionRegistry.h:10
IDensityFunction
Definition
IDensityFunction.h:11
src-server
mc
world
level
levelgen
density
functions
AddDensityFunction.h
Generated on Tue Nov 25 2025 04:01:51 for LeviLamina by
1.12.0