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