LeviLamina
Loading...
Searching...
No Matches
LerpDensityCalculator.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
LerpDensityCalculator
:
public
::IDensityCalculator
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<2, 2, ushort> mInputA;
20
::ll::TypedStorage<2, 2, ushort> mInputB;
21
::ll::TypedStorage<4, 4, float> mAlpha;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
~LerpDensityCalculator
()
/*override*/
=
default
;
28
29
virtual
void
fill(
::DensityVolume
&,
::DensityAllocator
&,
::DensityCalculators
const
&)
const
/*override*/
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
};
DensityAllocator
Definition
DensityAllocator.h:10
DensityCalculators
Definition
DensityCalculators.h:10
DensityVolume
Definition
DensityVolume.h:13
IDensityCalculator
Definition
IDensityCalculator.h:12
LerpDensityCalculator
Definition
LerpDensityCalculator.h:15
src
mc
world
level
levelgen
density
calculators
LerpDensityCalculator.h
Generated on
for LeviLamina by
1.16.1