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