LeviLamina
Loading...
Searching...
No Matches
EndCityStart.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/structure/StructureStart.h"
7
8// auto generated forward declare list
9// clang-format off
10class ChunkPos;
11class Dimension;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, bool> mIsValid;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual ~EndCityStart() /*override*/ = default;
25
26 virtual bool isValid() const /*override*/;
27
28 virtual ::std::string_view getStructureName() const /*override*/;
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static int getYPositionForFeature(::ChunkPos const& pos, ::Dimension& dimension);
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCFOLD bool $isValid() const;
41
42 MCAPI ::std::string_view $getStructureName() const;
43
44
45 // NOLINTEND
46};
Definition ChunkPos.h:13
Definition Dimension.h:86
Definition EndCityStart.h:14
Definition StructureStart.h:15