LeviLamina
Loading...
Searching...
No Matches
BiomeDefinitionData.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
10class BinaryStream;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
38
39public:
40 // member functions
41 // NOLINTBEGIN
43
44 MCNAPI void write(::BinaryStream& stream) const;
45
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCNAPI static ::Bedrock::Result<::BiomeDefinitionData> read(::ReadOnlyBinaryStream& stream);
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
59 // NOLINTEND
60
61public:
62 // destructor thunk
63 // NOLINTBEGIN
64 MCNAPI void $dtor();
65 // NOLINTEND
66};
Definition BinaryStream.h:10
Definition ReadOnlyBinaryStream.h:8
Definition BiomeDefinitionData.h:14
MCAPI void write(::BinaryStream &stream) const
MCAPI BiomeDefinitionData(::BiomeDefinitionData &&)
MCAPI ~BiomeDefinitionData()
MCAPI void * $ctor(::BiomeDefinitionData &&)
MCAPI void $dtor()
static MCAPI ::Bedrock::Result<::BiomeDefinitionData > read(::ReadOnlyBinaryStream &stream)
Definition Alias.h:14