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/world/level/IMapDataManagerOptions.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 1
30 virtual bool isPremiumWorldTemplate() const /*override*/;
31
32 // vIndex: 2
33 virtual bool isLegacyLevel() const /*override*/;
34
35 // vIndex: 3
36 virtual bool hasMapsCenteredToOrigin() const /*override*/;
37
38 // vIndex: 4
39 virtual ::BlockPos const& getWorldCenter() const /*override*/;
40
41 // vIndex: 0
42 virtual ~MapDataManagerOptions() /*override*/ = default;
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCAPI bool $isPremiumWorldTemplate() const;
55
56 MCAPI bool $isLegacyLevel() const;
57
58 MCAPI bool $hasMapsCenteredToOrigin() const;
59
60 MCAPI ::BlockPos const& $getWorldCenter() const;
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCAPI static void** $vftable();
67 // NOLINTEND
68};
Definition BlockPos.h:18
Definition IMapDataManagerOptions.h:10
Definition MapDataManagerOptions.h:13
Definition Alias.h:14