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
BinaryStream
;
11
class
ReadOnlyBinaryStream
;
12
// clang-format on
13
14
struct
BiomeTagsData
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 24, ::std::vector<ushort>> mTags;
19
// NOLINTEND
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCAPI
void
write(
::BinaryStream
& stream)
const
;
25
26
MCAPI
~BiomeTagsData
();
27
// NOLINTEND
28
29
public
:
30
// static functions
31
// NOLINTBEGIN
32
MCAPI static ::Bedrock::Result<::BiomeTagsData> read(
::ReadOnlyBinaryStream
& stream);
33
// NOLINTEND
34
35
public
:
36
// destructor thunk
37
// NOLINTBEGIN
38
MCFOLD
void
$dtor();
39
// NOLINTEND
40
};
BinaryStream
Definition
BinaryStream.h:11
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
BiomeTagsData
Definition
BiomeTagsData.h:14
src
mc
world
level
biome
serialization
BiomeTagsData.h
Generated on
for LeviLamina by
1.16.1