LeviLamina
Loading...
Searching...
No Matches
FrozenNoiseBasedBiomeJsonComponent.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_21_100 {
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 virtual ::BiomeComponentVersion getType() const /*override*/;
21
22 virtual ~FrozenNoiseBasedBiomeJsonComponent() /*override*/ = default;
23 // NOLINTEND
24
25public:
26 // static functions
27 // NOLINTBEGIN
28 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
29 // NOLINTEND
30
31public:
32 // static variables
33 // NOLINTBEGIN
34 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
35
36 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42 MCFOLD ::BiomeComponentVersion $getType() const;
43
44
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
53
54} // namespace SharedTypes::v1_21_100
Definition IBiomeJsonComponent.h:10
Definition FrozenNoiseBasedBiomeJsonComponent.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5