LeviLamina
Loading...
Searching...
No Matches
WaterIdentifierClientBiomeJsonComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/util/Reference.h"
7#include "mc/deps/shared_types/v1_21_40/clientbiome/components/IClientBiomeJsonComponent.h"
8#include "mc/v1_21_40/clientbiome/components/ClientBiomeComponentVersion.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_21_70 {
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 32, ::SharedTypes::Reference<23>> mWaterIdentifier;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual ::ClientBiomeComponentVersion getType() const /*override*/;
28
29 virtual ~WaterIdentifierClientBiomeJsonComponent() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
36 // NOLINTEND
37
38public:
39 // static variables
40 // NOLINTBEGIN
41 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
42
43 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49 MCFOLD ::ClientBiomeComponentVersion $getType() const;
50
51
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
60
61} // namespace SharedTypes::v1_21_70
Definition IClientBiomeJsonComponent.h:10
Definition WaterIdentifierClientBiomeJsonComponent.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5