LeviLamina
Loading...
Searching...
No Matches
BiomeTypeJsonComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/shared_types/BiomeTypes.h"
7#include "mc/deps/shared_types/v1_20_60/biome/components/IBiomeJsonComponent.h"
8#include "mc/v1_20_60/biome/components/BiomeComponentVersion.h"
9
10namespace SharedTypes::v1_21_110 {
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<1, 1, ::SharedTypes::BiomeTypes> mBiomeType;
17 // NOLINTEND
18
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 virtual ::BiomeComponentVersion getType() const /*override*/;
23
24 virtual ~BiomeTypeJsonComponent() /*override*/ = default;
25 // NOLINTEND
26
27public:
28 // static variables
29 // NOLINTBEGIN
30 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
31
32 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38
39 // NOLINTEND
40};
41
42} // namespace SharedTypes::v1_21_110
Definition IBiomeJsonComponent.h:10
Definition BiomeTypeJsonComponent.h:12