LeviLamina
Loading...
Searching...
No Matches
BiomeLegacyWorldGenRulesData.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
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCNAPI static ::Bedrock::Result<::BiomeLegacyWorldGenRulesData> read(::ReadOnlyBinaryStream& stream);
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51};
Definition ReadOnlyBinaryStream.h:8
Definition BiomeLegacyWorldGenRulesData.h:13
MCAPI BiomeLegacyWorldGenRulesData(::BiomeLegacyWorldGenRulesData &&)
static MCAPI ::Bedrock::Result<::BiomeLegacyWorldGenRulesData > read(::ReadOnlyBinaryStream &stream)
MCAPI void * $ctor(::BiomeLegacyWorldGenRulesData &&)
Definition Alias.h:14