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#include "mc/v1_20_60/biome/components/BiomeComponentVersion.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_20_60 {
15
17public:
18 // OverworldHeightBiomeJsonComponent inner types define
19 enum class NoiseType : int {
20 Default = 0,
21 DefaultMutated = 1,
22 River = 2,
23 Ocean = 3,
24 DeepOcean = 4,
25 Lowlands = 5,
26 Taiga = 6,
27 Mountains = 7,
28 Highlands = 8,
29 Extreme = 9,
30 LessExtreme = 10,
31 Beach = 11,
32 StoneBeach = 12,
33 Mushroom = 13,
34 Swamp = 14,
35 };
36
37public:
38 // member variables
39 // NOLINTBEGIN
42 // NOLINTEND
43
44public:
45 // prevent constructor by default
49
50public:
51 // virtual functions
52 // NOLINTBEGIN
53 // vIndex: 1
54 virtual ::BiomeComponentVersion getType() const /*override*/;
55
56 // vIndex: 0
57 virtual ~OverworldHeightBiomeJsonComponent() /*override*/ = default;
58 // NOLINTEND
59
60public:
61 // static functions
62 // NOLINTBEGIN
63 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
64 // NOLINTEND
65
66public:
67 // static variables
68 // NOLINTBEGIN
69 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
70
71 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
72 // NOLINTEND
73
74public:
75 // virtual function thunks
76 // NOLINTBEGIN
77 MCNAPI ::BiomeComponentVersion $getType() const;
78 // NOLINTEND
79
80public:
81 // vftables
82 // NOLINTBEGIN
83 MCNAPI static void** $vftable();
84 // NOLINTEND
85};
86
87} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:10
Definition OverworldHeightBiomeJsonComponent.h:16
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_HELP()
MCAPI::BiomeComponentVersion $getType() const
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_NAME()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14