LeviLamina
Loading...
Searching...
No Matches
RuinedPortalStart.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
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 virtual ::std::string_view getStructureName() const /*override*/;
13 // NOLINTEND
14
15public:
16 // virtual function thunks
17 // NOLINTBEGIN
18 MCAPI ::std::string_view $getStructureName() const;
19
20
21 // NOLINTEND
22};
Definition RuinedPortalStart.h:8
Definition StructureStart.h:15