LeviLamina
Loading...
Searching...
No Matches
ClimateBiomeJsonComponent.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 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 1
35 virtual ::BiomeComponentVersion getType() const /*override*/;
36
37 // vIndex: 0
38 virtual ~ClimateBiomeJsonComponent() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
45 // NOLINTEND
46
47public:
48 // static variables
49 // NOLINTBEGIN
50 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
51
52 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCNAPI ::BiomeComponentVersion $getType() const;
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
67
68} // namespace SharedTypes::v1_20_60
Definition ClimateBiomeJsonComponent.h:16
MCAPI::BiomeComponentVersion $getType() const
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_HELP()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_NAME()
Definition IBiomeJsonComponent.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14