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 // vIndex: 1
26 virtual bool isPremiumWorldTemplate() const /*override*/;
27
28 // vIndex: 2
29 virtual bool isLegacyLevel() const /*override*/;
30
31 // vIndex: 3
32 virtual bool hasMapsCenteredToOrigin() const /*override*/;
33
34 // vIndex: 4
35 virtual ::BlockPos const& getWorldCenter() const /*override*/;
36
37 // vIndex: 0
38 virtual ~MapDataManagerOptions() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44 MCAPI bool $isPremiumWorldTemplate() const;
45
46 MCAPI bool $isLegacyLevel() const;
47
48 MCAPI bool $hasMapsCenteredToOrigin() const;
49
50 MCAPI ::BlockPos const& $getWorldCenter() const;
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCNAPI static void** $vftable();
57 // NOLINTEND
58};
Definition BlockPos.h:18
Definition IMapDataManagerOptions.h:10
Definition LevelData.h:49
Definition MapDataManagerOptions.h:15
static MCAPI void ** $vftable()