LeviLamina
Loading...
Searching...
No Matches
BiomeTagAttributes.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/biome/components/BiomeComponentBase.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mTags;
13 // NOLINTEND
14
15public:
16 // vftables
17 // NOLINTBEGIN
18 MCNAPI static void** $vftable();
19 // NOLINTEND
20};
Definition BiomeComponentBase.h:5
Definition BiomeTagAttributes.h:8
static MCAPI void ** $vftable()