LeviLamina
Loading...
Searching...
No Matches
OceanMixerOperationNode.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/biome/BiomeTemperatureCategory.h"
7#include "mc/world/level/newbiome/MixerOperationNode.h"
8#include "mc/world/level/newbiome/OperationGraphResult.h"
9#include "mc/world/level/newbiome/OperationNode.h"
10#include "mc/world/level/newbiome/operation_node_details/WorkingData.h"
11
12// auto generated forward declare list
13// clang-format off
14class Biome;
15class BiomeRegistry;
16class Pos2d;
17// clang-format on
18
20: public ::MixerOperationNode<::Biome const*, ::Pos2d, ::Biome const*, ::BiomeTemperatureCategory> {
21public:
22 // member variables
23 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
35
36public:
37 // virtual functions
38 // NOLINTBEGIN
39 // vIndex: 3
40 virtual void _fillArea(
42 ::Pos2d const& origin,
43 ::Pos2d const& size,
44 int pw,
46 ) const /*override*/;
47
48 // vIndex: 4
49 virtual ::std::tuple<::Pos2d, ::Pos2d> _getAreaRead(::Pos2d const& origin, ::Pos2d const& size) const /*override*/;
50
51 // vIndex: 0
52 virtual ~OceanMixerOperationNode() /*override*/ = default;
53 // NOLINTEND
54
55public:
56 // member functions
57 // NOLINTBEGIN
59 uint seedMixup,
60 ::std::shared_ptr<::OperationNode<::Biome const*, ::Pos2d>>& biomeLayer,
61 ::std::shared_ptr<::OperationNode<::BiomeTemperatureCategory, ::Pos2d>>& oceanLayer,
62 ::BiomeRegistry const& registry,
63 ::Biome const& genericShallowOcean,
64 ::Biome const& genericDeepOcean
65 );
66 // NOLINTEND
67
68public:
69 // constructor thunks
70 // NOLINTBEGIN
71 MCAPI void* $ctor(
72 uint seedMixup,
73 ::std::shared_ptr<::OperationNode<::Biome const*, ::Pos2d>>& biomeLayer,
74 ::std::shared_ptr<::OperationNode<::BiomeTemperatureCategory, ::Pos2d>>& oceanLayer,
75 ::BiomeRegistry const& registry,
76 ::Biome const& genericShallowOcean,
77 ::Biome const& genericDeepOcean
78 );
79 // NOLINTEND
80
81public:
82 // destructor thunk
83 // NOLINTBEGIN
84
85 // NOLINTEND
86
87public:
88 // virtual function thunks
89 // NOLINTBEGIN
90 MCAPI void $_fillArea(
92 ::Pos2d const& origin,
93 ::Pos2d const& size,
94 int pw,
96 ) const;
97
98 MCFOLD ::std::tuple<::Pos2d, ::Pos2d> $_getAreaRead(::Pos2d const& origin, ::Pos2d const& size) const;
99 // NOLINTEND
100
101public:
102 // vftables
103 // NOLINTBEGIN
104 MCAPI static void** $vftable();
105 // NOLINTEND
106};
Definition BiomeRegistry.h:30
Definition Biome.h:27
Definition MixerOperationNode.h:6
Definition OceanMixerOperationNode.h:20
Definition OperationGraphResult.h:6
Definition WorkingData.h:8
Definition OperationNode.h:6
Definition Pos2d.h:6
Definition Alias.h:14