LeviLamina
Loading...
Searching...
No Matches
ExplorationMapRegistry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/MapType.h"
7#include "mc/world/level/saveddata/maps/MapDecoration.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // static functions
17 // NOLINTBEGIN
18 MCAPI static ::std::array<::ExplorationMapData, 11> const& _getRegistry();
19
20 MCAPI static ::ExplorationMapData const* getExplorationMapDataByFeatureName(::std::string const& featureName);
21
22 MCAPI static ::ExplorationMapData const* getExplorationMapDataByMapType(::MapType mapType);
23
24 MCAPI static bool isExplorationMap(::MapType mapType);
25
26 MCAPI static bool isExplorationMapMarker(::MapDecoration::Type markerType);
27 // NOLINTEND
28};
Definition ExplorationMapRegistry.h:14
Definition ExplorationMapData.h:10