LeviLamina
Loading...
Searching...
No Matches
SurfaceBuilderBiomeJsonComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_60/biome/components/IBiomeJsonComponent.h"
7#include "mc/deps/shared_types/v1_21_100/biome/components/CappedSurfaceSettings.h"
8#include "mc/deps/shared_types/v1_21_100/biome/components/FrozenOceanSurfaceSettings.h"
9#include "mc/deps/shared_types/v1_21_100/biome/components/MesaSurfaceSettings.h"
10#include "mc/deps/shared_types/v1_21_100/biome/components/OverworldSurfaceSettings.h"
11#include "mc/deps/shared_types/v1_21_100/biome/components/SwampSurfaceSettings.h"
12#include "mc/deps/shared_types/v1_21_100/biome/components/TheEndSurfaceSettings.h"
13
14// auto generated forward declare list
15// clang-format off
16namespace cereal { struct ReflectionCtx; }
17// clang-format on
18
19namespace SharedTypes::v1_21_100 {
20
22public:
23 // member variables
24 // NOLINTBEGIN
25 ::ll::TypedStorage<
26 8,
27 696,
28 ::std::variant<
35 mBuilder;
36 // NOLINTEND
37
38public:
39 // virtual functions
40 // NOLINTBEGIN
41 virtual ~SurfaceBuilderBiomeJsonComponent() /*override*/ = default;
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
48 // NOLINTEND
49
50public:
51 // static variables
52 // NOLINTBEGIN
53 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
62
63} // namespace SharedTypes::v1_21_100
Definition IBiomeJsonComponent.h:7
Definition SurfaceBuilderBiomeJsonComponent.h:21
Definition ReflectionCtx.h:11
Definition ctx.h:5