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
10
namespace
SharedTypes::v1_21_110 {
11
12
struct
BiomeTypeJsonComponent
:
public
::SharedTypes::v1_20_60::IBiomeJsonComponent
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<1, 1, ::SharedTypes::BiomeTypes> mBiomeType;
17
// NOLINTEND
18
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
virtual ::BiomeComponentVersion getType()
const
/*override*/
;
23
24
virtual
~BiomeTypeJsonComponent
()
/*override*/
=
default
;
25
// NOLINTEND
26
27
public
:
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
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
39
// NOLINTEND
40
};
41
42
}
// namespace SharedTypes::v1_21_110
SharedTypes::v1_20_60::IBiomeJsonComponent
Definition
IBiomeJsonComponent.h:10
SharedTypes::v1_21_110::BiomeTypeJsonComponent
Definition
BiomeTypeJsonComponent.h:12
src
mc
deps
shared_types
v1_21_110
biome
components
BiomeTypeJsonComponent.h
Generated on
for LeviLamina by
1.16.1