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
13// clang-format on
14
15struct BiomeTagComponent : public ::BiomeComponentBase, public ::TagsComponent<::IDType<::BiomeTagSetIDType>> {
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~BiomeTagComponent() /*override*/ = default;
21 // NOLINTEND
22
23public:
24 // destructor thunk
25 // NOLINTBEGIN
26
27 // NOLINTEND
28
29public:
30 // vftables
31 // NOLINTBEGIN
32 MCAPI static void** $vftable();
33 // NOLINTEND
34};
Definition TagsComponent.h:7
Definition BiomeComponentBase.h:5
Definition BiomeTagComponent.h:15
Definition BiomeTagSetIDType.h:5