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
41 // NOLINTEND
42
43public:
44 // prevent constructor by default
48
49public:
50 // virtual functions
51 // NOLINTBEGIN
52 // vIndex: 0
53 virtual ~OverworldHeightBiomeJsonComponent() /*override*/ = default;
54 // NOLINTEND
55
56public:
57 // static functions
58 // NOLINTBEGIN
59 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
60 // NOLINTEND
61
62public:
63 // static variables
64 // NOLINTBEGIN
65 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
66
67 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
68 // NOLINTEND
69
70public:
71 // vftables
72 // NOLINTBEGIN
73 MCNAPI static void** $vftable();
74 // NOLINTEND
75};
76
77} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:7
Definition OverworldHeightBiomeJsonComponent.h:15
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_HELP()
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_NAME()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14