LeviLamina
Loading...
Searching...
No Matches
BiomeElementData.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
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 BiomeElementData& operator=(BiomeElementData const&);
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCNAPI void write(::BinaryStream& stream) const;
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCNAPI static ::Bedrock::Result<::BiomeElementData> read(::ReadOnlyBinaryStream& stream);
44 // NOLINTEND
45};
Definition BinaryStream.h:10
Definition ReadOnlyBinaryStream.h:8
Definition BiomeElementData.h:14
static MCAPI ::Bedrock::Result<::BiomeElementData > read(::ReadOnlyBinaryStream &stream)
MCAPI void write(::BinaryStream &stream) const
Definition Alias.h:14