LeviLamina
Loading...
Searching...
No Matches
MapDataManagerOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7#include "mc/world/level/IMapDataManagerOptions.h"
8
9// auto generated forward declare list
10// clang-format off
11class BlockPos;
12class LevelData;
13// clang-format on
14
15class MapDataManagerOptions : public ::IMapDataManagerOptions {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::LevelData const> const> mLevelData;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 MapDataManagerOptions();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual bool isPremiumWorldTemplate() const /*override*/;
30
31 virtual bool isLegacyLevel() const /*override*/;
32
33 virtual bool hasMapsCenteredToOrigin() const /*override*/;
34
35 virtual ::BlockPos const& getWorldCenter() const /*override*/;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI explicit MapDataManagerOptions(::Bedrock::NotNullNonOwnerPtr<::LevelData const> levelData);
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor(::Bedrock::NotNullNonOwnerPtr<::LevelData const> levelData);
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCAPI bool $isPremiumWorldTemplate() const;
54
55 MCAPI bool $isLegacyLevel() const;
56
57 MCAPI bool $hasMapsCenteredToOrigin() const;
58
59 MCAPI ::BlockPos const& $getWorldCenter() const;
60
61
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCNAPI static void** $vftable();
68 // NOLINTEND
69};
Definition BlockPos.h:21
Definition IMapDataManagerOptions.h:10
Definition LevelData.h:55
static MCAPI void ** $vftable()