LeviLamina
Loading...
Searching...
No Matches
TheEndSurfaceBiomeJsonComponent.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
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_20_60 {
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~TheEndSurfaceBiomeJsonComponent() /*override*/ = default;
21 // NOLINTEND
22
23public:
24 // static functions
25 // NOLINTBEGIN
26 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
27 // NOLINTEND
28
29public:
30 // static variables
31 // NOLINTBEGIN
32 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
33
34 MCNAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
43
44} // namespace SharedTypes::v1_20_60
Definition IBiomeJsonComponent.h:7
Definition TheEndSurfaceBiomeJsonComponent.h:15
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_NAME()
static MCAPI ::std::add_lvalue_reference_t< char const[]> SCHEMA_HELP()
Definition ReflectionCtx.h:11
Definition ctx.h:5