LeviLamina
Loading...
Searching...
No Matches
BiomeStringList.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
BiomeStringList
{
14
public
:
15
// BiomeStringList inner types define
16
using
BiomeStringIndex = ushort;
17
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ushort>> mAllStrings;
22
::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mStrings;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
BiomeStringList
& operator=(
BiomeStringList
const
&);
28
BiomeStringList
(
BiomeStringList
const
&);
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCAPI
BiomeStringList
();
34
35
MCAPI
BiomeStringList
(
::BiomeStringList
&&);
36
37
MCAPI
~BiomeStringList
();
38
// NOLINTEND
39
40
public
:
41
// static functions
42
// NOLINTBEGIN
43
MCAPI static ::Bedrock::Result<::BiomeStringList> read(
::ReadOnlyBinaryStream
& stream);
44
// NOLINTEND
45
46
public
:
47
// constructor thunks
48
// NOLINTBEGIN
49
MCAPI
void
* $ctor();
50
51
MCAPI
void
* $ctor(
::BiomeStringList
&&);
52
// NOLINTEND
53
54
public
:
55
// destructor thunk
56
// NOLINTBEGIN
57
MCAPI
void
$dtor();
58
// NOLINTEND
59
};
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
BiomeStringList
Definition
BiomeStringList.h:13
src-server
mc
world
level
biome
serialization
BiomeStringList.h
Generated on Sun Oct 12 2025 06:32:25 for LeviLamina by
1.12.0