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
BiomeStringList
();
30
31
public
:
32
// member functions
33
// NOLINTBEGIN
34
MCAPI
BiomeStringList
(
::BiomeStringList
&&);
35
36
MCAPI
~BiomeStringList
();
37
// NOLINTEND
38
39
public
:
40
// static functions
41
// NOLINTBEGIN
42
MCAPI static ::Bedrock::Result<::BiomeStringList> read(
::ReadOnlyBinaryStream
& stream);
43
// NOLINTEND
44
45
public
:
46
// constructor thunks
47
// NOLINTBEGIN
48
MCAPI
void
* $ctor(
::BiomeStringList
&&);
49
// NOLINTEND
50
51
public
:
52
// destructor thunk
53
// NOLINTBEGIN
54
MCAPI
void
$dtor();
55
// NOLINTEND
56
};
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
BiomeStringList
Definition
BiomeStringList.h:13
src-server
mc
world
level
biome
serialization
BiomeStringList.h
Generated on Tue Nov 25 2025 04:01:46 for LeviLamina by
1.12.0