LeviLamina
Loading...
Searching...
No Matches
BiomeTagComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/entity/components/TagsComponent.h"
7
#include "mc/util/IDType.h"
8
#include "mc/world/level/biome/components/BiomeComponentBase.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
struct
BiomeTagSetIDType
;
13
// clang-format on
14
15
struct
BiomeTagComponent
:
public
::BiomeComponentBase
,
public
::TagsComponent
<::IDType<::BiomeTagSetIDType>> {
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
~BiomeTagComponent
()
/*override*/
=
default
;
20
// NOLINTEND
21
22
public
:
23
// vftables
24
// NOLINTBEGIN
25
MCNAPI
static
void
**
$vftable
();
26
// NOLINTEND
27
};
TagsComponent
Definition
TagsComponent.h:7
BiomeComponentBase
Definition
BiomeComponentBase.h:5
BiomeTagComponent
Definition
BiomeTagComponent.h:15
BiomeTagComponent::$vftable
static MCAPI void ** $vftable()
BiomeTagSetIDType
Definition
BiomeTagSetIDType.h:5
src
mc
world
level
biome
components
BiomeTagComponent.h
Generated on
for LeviLamina by
1.16.1