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