LeviLamina
Loading...
Searching...
No Matches
OverworldHeightBiomeJsonComponent.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
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_20_60 {
14
16public:
17 // OverworldHeightBiomeJsonComponent inner types define
18 enum class NoiseType : int {
19 Default = 0,
20 DefaultMutated = 1,
21 River = 2,
22 Ocean = 3,
23 DeepOcean = 4,
24 Lowlands = 5,
25 Taiga = 6,
26 Mountains = 7,
27 Highlands = 8,
28 Extreme = 9,
29 LessExtreme = 10,
30 Beach = 11,
31 StoneBeach = 12,
32 Mushroom = 13,
33 Swamp = 14,
34 };
35
36public:
37 // member variables
38 // NOLINTBEGIN
39 ::ll::TypedStorage<4, 8, ::std::optional<::SharedTypes::v1_20_60::OverworldHeightBiomeJsonComponent::NoiseType>>
40 mNoiseType;
41 ::ll::TypedStorage<4, 12, ::std::optional<::std::array<float, 2>>> mNoiseParams;
42 // NOLINTEND
43
44public:
45 // virtual functions
46 // NOLINTBEGIN
47 virtual ~OverworldHeightBiomeJsonComponent() /*override*/ = default;
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
54 // NOLINTEND
55
56public:
57 // static variables
58 // NOLINTBEGIN
59 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCNAPI static void** $vftable();
66 // NOLINTEND
67};
68
69} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:7
Definition OverworldHeightBiomeJsonComponent.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5