LeviLamina
Loading...
Searching...
No Matches
TransferServerCommand.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/ServerCommand.h"
7
8// auto generated forward declare list
9// clang-format off
10class CommandOrigin;
11class CommandOutput;
12class CommandRegistry;
13class Level;
14class Player;
15namespace Social { class GameConnectionInfo; }
16// clang-format on
17
18class TransferServerCommand : public ::ServerCommand {
19public:
20 // member variables
21 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 TransferServerCommand& operator=(TransferServerCommand const&);
30 TransferServerCommand(TransferServerCommand const&);
31 TransferServerCommand();
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 virtual void execute(::CommandOrigin const& origin, ::CommandOutput& output) const /*override*/;
37
38 virtual ~TransferServerCommand() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI_S ::Social::GameConnectionInfo _convertToDestination() const;
45
46 MCAPI ::Player const* _loopPlayers(::Level& level, ::std::function<bool(::Player const*)> condition) const;
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCAPI static void setup(::CommandRegistry& registry);
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCAPI void $execute(::CommandOrigin const& origin, ::CommandOutput& output) const;
59
60
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
Definition CommandOrigin.h:32
Definition CommandOutput.h:19
Definition CommandRegistry.h:47
Definition Level.h:249
Definition Player.h:125
Definition ServerCommand.h:22
Definition GameConnectionInfo.h:21
static MCAPI void ** $vftable()
Definition Alias.h:14