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#include "mc/v1_20_60/biome/components/BiomeComponentVersion.h"
14
15// auto generated forward declare list
16// clang-format off
17namespace cereal { struct ReflectionCtx; }
18// clang-format on
19
20namespace SharedTypes::v1_21_100 {
21
23public:
24 // member variables
25 // NOLINTBEGIN
26 ::ll::TypedStorage<
27 8,
28 696,
29 ::std::variant<
36 mBuilder;
37 // NOLINTEND
38
39public:
40 // virtual functions
41 // NOLINTBEGIN
42 virtual ::BiomeComponentVersion getType() const /*override*/;
43
44 virtual ~SurfaceBuilderBiomeJsonComponent() /*override*/ = default;
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
51 // NOLINTEND
52
53public:
54 // static variables
55 // NOLINTBEGIN
56 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
57
58 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
59 // NOLINTEND
60
61public:
62 // virtual function thunks
63 // NOLINTBEGIN
64 MCFOLD ::BiomeComponentVersion $getType() const;
65
66
67 // NOLINTEND
68
69public:
70 // vftables
71 // NOLINTBEGIN
72 MCNAPI static void** $vftable();
73 // NOLINTEND
74};
75
76} // namespace SharedTypes::v1_21_100
Definition IBiomeJsonComponent.h:10
Definition SurfaceBuilderBiomeJsonComponent.h:22
Definition ReflectionCtx.h:11
Definition ctx.h:5