LeviLamina
Loading...
Searching...
No Matches
SurfaceBuilderBiomeComponentGlue.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/biome/glue/IBiomeComponentGlue.h"
7
8// auto generated forward declare list
9// clang-format off
10class Biome;
11class BiomeRegistry;
12class Block;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, int> mSeaFloorDepth;
20 ::ll::TypedStorage<8, 8, ::Block const*> mSeaFloorMaterialBlock;
21 ::ll::TypedStorage<8, 8, ::Block const*> mFoundationMaterialBlock;
22 ::ll::TypedStorage<8, 8, ::Block const*> mMidMaterialBlock;
23 ::ll::TypedStorage<8, 8, ::Block const*> mTopMaterialBlock;
24 ::ll::TypedStorage<8, 8, ::Block const*> mSeaMaterialBlock;
25 ::ll::TypedStorage<8, 24, ::std::vector<::Block const*>> mFloorMaterialBlocks;
26 ::ll::TypedStorage<8, 24, ::std::vector<::Block const*>> mCeilingMaterialBlocks;
27 ::ll::TypedStorage<8, 8, ::Block const*> mBeachMaterialBlock;
28 ::ll::TypedStorage<4, 4, int> mMaxPuddleDepthBelowSeaLevel;
29 ::ll::TypedStorage<8, 8, ::Block const*> mClayMaterialBlock;
30 ::ll::TypedStorage<8, 8, ::Block const*> mHardClayMaterialBlock;
31 ::ll::TypedStorage<1, 1, bool> mBrycePillars;
32 ::ll::TypedStorage<1, 1, bool> mHasForest;
33 // NOLINTEND
34
35public:
36 // virtual functions
37 // NOLINTBEGIN
38 virtual bool resolveAndValidate(::entt::meta_any const& component, ::BiomeRegistry const&) /*override*/;
39
40 virtual void applyToBiome(::Biome& biome, ::entt::meta_any const& component) const /*override*/;
41
42 virtual ~SurfaceBuilderBiomeComponentGlue() /*override*/ = default;
43 // NOLINTEND
44
45public:
46 // member functions
47 // NOLINTBEGIN
48 MCAPI void makeAndSetSurfaceMaterialAttributes(::Biome& biome) const;
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCAPI bool $resolveAndValidate(::entt::meta_any const& component, ::BiomeRegistry const&);
55
56 MCAPI void $applyToBiome(::Biome& biome, ::entt::meta_any const& component) const;
57
58
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
Definition BiomeRegistry.h:38
Definition Biome.h:23
Definition Block.h:43
Definition IBiomeComponentGlue.h:13
Definition SurfaceBuilderBiomeComponentGlue.h:15
static MCAPI void ** $vftable()