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