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
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::LevelData const> const> mLevelData;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual bool isPremiumWorldTemplate() const /*override*/;
26
27 virtual bool isLegacyLevel() const /*override*/;
28
29 virtual bool hasMapsCenteredToOrigin() const /*override*/;
30
31 virtual ::BlockPos const& getWorldCenter() const /*override*/;
32
33 virtual ~MapDataManagerOptions() /*override*/ = default;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI_C void* $ctor(::Bedrock::NotNullNonOwnerPtr<::LevelData const> levelData);
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51 MCAPI bool $isPremiumWorldTemplate() const;
52
53 MCAPI bool $isLegacyLevel() const;
54
55 MCAPI bool $hasMapsCenteredToOrigin() const;
56
57 MCAPI ::BlockPos const& $getWorldCenter() const;
58
59
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCNAPI static void** $vftable();
66 // NOLINTEND
67};
Definition BlockPos.h:19
Definition IMapDataManagerOptions.h:10
Definition LevelData.h:50
Definition MapDataManagerOptions.h:15
static MCAPI void ** $vftable()