LeviLamina
Loading...
Searching...
No Matches
BeardKernel.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
BeardKernel {
6
public
:
7
// member functions
8
// NOLINTBEGIN
9
MCAPI BeardKernel();
10
// NOLINTEND
11
12
public
:
13
// static functions
14
// NOLINTBEGIN
15
MCAPI static ::std::unique_ptr<::std::array<float, 13824>
const
> createBeardKernel();
16
17
MCAPI
static
float
getContribution(
int
dx,
int
dy,
int
dz);
18
// NOLINTEND
19
20
public
:
21
// constructor thunks
22
// NOLINTBEGIN
23
MCFOLD
void
* $ctor();
24
// NOLINTEND
25
};
src
mc
world
level
levelgen
v1
BeardKernel.h
Generated on
for LeviLamina by
1.16.1