LeviLamina
Loading...
Searching...
No Matches
BiomeJsonDocument.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_21_110/biome/BiomeJsonDocument.h"
7#include "mc/deps/shared_types/v1_26_0/biome/BiomeComponents.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_26_0 {
16
18public:
19 // BiomeJsonDocument inner types declare
20 // clang-format off
21 struct BiomeJsonObject;
22 // clang-format on
23
24 // BiomeJsonDocument inner types define
25 struct BiomeJsonObject {
26 public:
27 // member variables
28 // NOLINTBEGIN
29 ::ll::TypedStorage<8, 32, ::SharedTypes::v1_21_110::BiomeJsonDocument::BiomeJsonObject::BiomeDescription>
30 mDescription;
31 ::ll::TypedStorage<8, 48, ::SharedTypes::v1_26_0::BiomeComponents> mComponents;
32 // NOLINTEND
33
34 public:
35 // prevent constructor by default
36 BiomeJsonObject(BiomeJsonObject const&);
37 BiomeJsonObject();
38
39 public:
40 // member functions
41 // NOLINTBEGIN
42 MCFOLD ::SharedTypes::v1_26_0::BiomeJsonDocument::BiomeJsonObject&
44
45 MCFOLD ::SharedTypes::v1_26_0::BiomeJsonDocument::BiomeJsonObject&
47
48 MCAPI ~BiomeJsonObject();
49 // NOLINTEND
50
51 public:
52 // static functions
53 // NOLINTBEGIN
54 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
55 // NOLINTEND
56
57 public:
58 // static variables
59 // NOLINTBEGIN
60 MCAPI static ::SemVersionConstant const& VERSION();
61 // NOLINTEND
62
63 public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCFOLD void $dtor();
67 // NOLINTEND
68 };
69
70public:
71 // member variables
72 // NOLINTBEGIN
73 ::ll::TypedStorage<8, 80, ::SharedTypes::v1_26_0::BiomeJsonDocument::BiomeJsonObject> mBiomeJsonObject;
74 ::ll::TypedStorage<8, 32, ::std::string> mFormatVersion;
75 // NOLINTEND
76
77public:
78 // static functions
79 // NOLINTBEGIN
80 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
81 // NOLINTEND
82};
83
84} // namespace SharedTypes::v1_26_0
Definition SemVersionConstant.h:8
Definition BiomeJsonDocument.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5