LeviLamina
Loading...
Searching...
No Matches
AquiferNoises.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/synth/MultiOctaveNoiseImpl.h"
7#include "mc/world/level/levelgen/synth/NormalNoiseImpl.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 AquiferNoises& operator=(AquiferNoises const&);
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI AquiferNoises(::AquiferNoises const&);
34
35 MCAPI AquiferNoises(
40 ::XoroshiroPositionalRandomFactory positionalRandomFactory
41 );
42
43 MCAPI ~AquiferNoises();
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCAPI static ::AquiferNoises make(::XoroshiroPositionalRandomFactory const& positionalRandom);
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
55 MCFOLD void* $ctor(::AquiferNoises const&);
56
57 MCFOLD void* $ctor(
62 ::XoroshiroPositionalRandomFactory positionalRandomFactory
63 );
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69 MCFOLD void $dtor();
70 // NOLINTEND
71};
Definition AquiferNoises.h:14
Definition MultiOctaveNoiseImpl.h:6
Definition NormalNoiseImpl.h:6
Definition _HeaderOutputPredefine.h:176
Definition XoroshiroPositionalRandomFactory.h:17
Definition Alias.h:14