LeviLamina
Loading...
Searching...
No Matches
ExternalDataServerLevel.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/input/InputMode.h"
7#include "mc/entity/utilities/ExternalDataInterface.h"
8#include "mc/input/ClientPlayMode.h"
9#include "mc/world/level/GameType.h"
10
11// auto generated forward declare list
12// clang-format off
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual ~ExternalDataServerLevel() /*override*/ = default;
34
35 // vIndex: 1
36 virtual bool isInWorldAndNotShowingAnyMenuScreens() const /*override*/;
37
38 // vIndex: 2
39 virtual bool isPausingGame() const /*override*/;
40
41 // vIndex: 3
42 virtual ::AdventureSettings const& getAdventureSettings() const /*override*/;
43
44 // vIndex: 4
45 virtual ::ClientPlayMode getPlayMode() const /*override*/;
46
47 // vIndex: 7
48 virtual float getSmoothRotationSpeed() const /*override*/;
49
50 // vIndex: 5
51 virtual ::InputMode getInputMode() const /*override*/;
52
53 // vIndex: 6
54 virtual ::GameType getDefaultGameType() const /*override*/;
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
61
62 MCNAPI bool $isPausingGame() const;
63
64 MCNAPI ::AdventureSettings const& $getAdventureSettings() const;
65
66 MCNAPI ::ClientPlayMode $getPlayMode() const;
67
68 MCNAPI float $getSmoothRotationSpeed() const;
69
70 MCNAPI ::InputMode $getInputMode() const;
71
72 MCNAPI ::GameType $getDefaultGameType() const;
73 // NOLINTEND
74
75public:
76 // vftables
77 // NOLINTBEGIN
78 MCNAPI static void** $vftable();
79 // NOLINTEND
80};
Definition AdventureSettings.h:5
Definition ExternalDataInterface.h:15
Definition ExternalDataServerLevel.h:16
MCAPI bool $isPausingGame() const
MCAPI::ClientPlayMode $getPlayMode() const
MCAPI float $getSmoothRotationSpeed() const
MCAPI bool $isInWorldAndNotShowingAnyMenuScreens() const
MCAPI::AdventureSettings const & $getAdventureSettings() const
MCAPI::InputMode $getInputMode() const
MCAPI::GameType $getDefaultGameType() const
static MCAPI void ** $vftable()
Definition Alias.h:14