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