LeviLamina
Loading...
Searching...
No Matches
BiomeTagsData.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/platform/Result.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ReadOnlyBinaryStream
;
11
// clang-format on
12
13
struct
BiomeTagsData
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 24, ::std::vector<ushort>> mTags;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI
~BiomeTagsData
();
24
// NOLINTEND
25
26
public
:
27
// static functions
28
// NOLINTBEGIN
29
MCAPI static ::Bedrock::Result<::BiomeTagsData> read(
::ReadOnlyBinaryStream
& stream);
30
// NOLINTEND
31
32
public
:
33
// destructor thunk
34
// NOLINTBEGIN
35
MCFOLD
void
$dtor();
36
// NOLINTEND
37
};
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
BiomeTagsData
Definition
BiomeTagsData.h:13
src-server
mc
world
level
biome
serialization
BiomeTagsData.h
Generated on Sun Oct 12 2025 06:32:25 for LeviLamina by
1.12.0