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
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 BiomeStringList& operator=(BiomeStringList const&);
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
32 MCNAPI ::BiomeStringList& operator=(::BiomeStringList&&);
33
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCNAPI static ::Bedrock::Result<::BiomeStringList> read(::ReadOnlyBinaryStream& stream);
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCNAPI void* $ctor(::BiomeStringList&&);
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCNAPI void $dtor();
53 // NOLINTEND
54};
Definition ReadOnlyBinaryStream.h:8
Definition BiomeStringList.h:13
MCAPI BiomeStringList(::BiomeStringList &&)
static MCAPI ::Bedrock::Result<::BiomeStringList > read(::ReadOnlyBinaryStream &stream)
MCAPI ~BiomeStringList()
MCAPI void * $ctor(::BiomeStringList &&)
MCAPI void $dtor()
MCAPI::BiomeStringList & operator=(::BiomeStringList &&)
Definition Alias.h:14