LeviLamina
Loading...
Searching...
No Matches
BiomeCappedSurfaceSerialization.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockPalette;
10// clang-format on
11
12namespace BiomeCappedSurfaceSerialization {
13// functions
14// NOLINTBEGIN
15MCNAPI void applySerializedCappedSurfaceData(
16 ::BiomeCappedSurfaceData const& data,
17 ::CappedSurfaceAttributes& cappedSurface,
18 ::BlockPalette const& blockPalette
19);
20// NOLINTEND
21
22} // namespace BiomeCappedSurfaceSerialization
Definition BlockPalette.h:18
Definition BiomeCappedSurfaceData.h:13
Definition CappedSurfaceAttributes.h:13