LeviLamina
Loading...
Searching...
No Matches
SurfaceBuilderRegistry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Biome;
8// clang-format on
9
11public:
12 // SurfaceBuilderRegistry inner types declare
13 // clang-format off
14 struct Element;
15 // clang-format on
16
17 // SurfaceBuilderRegistry inner types define
18 struct Element {
19 public:
20 // member variables
21 // NOLINTBEGIN
24 // NOLINTEND
25
26 public:
27 // prevent constructor by default
28 Element& operator=(Element const&);
29 Element(Element const&);
30 Element();
31 };
32
33public:
34 // member variables
35 // NOLINTBEGIN
37 // NOLINTEND
38
39public:
40 // prevent constructor by default
44};
Definition Biome.h:26
Definition SurfaceBuilderRegistry.h:10
Definition SurfaceBuilderRegistry.h:18
Definition Alias.h:14