LeviLamina
Loading...
Searching...
No Matches
SendShowStoreOfferCommand.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/network/packet/ShowStoreOfferRedirectType.h"
7
#include "mc/server/commands/Command.h"
8
#include "mc/server/commands/CommandSelector.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
CommandOrigin
;
13
class
CommandOutput
;
14
class
CommandRegistry
;
15
class
Player
;
16
// clang-format on
17
18
class
SendShowStoreOfferCommand
:
public
::Command {
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<8, 200, ::CommandSelector<::Player>> mTargets;
23
::ll::TypedStorage<8, 32, ::std::string> mOffer;
24
::ll::TypedStorage<1, 1, ::ShowStoreOfferRedirectType> mRedirectType;
25
// NOLINTEND
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
#ifdef LL_PLAT_S
31
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
32
#else
// LL_PLAT_C
33
virtual
void
execute(
::CommandOrigin
const
&,
::CommandOutput
&)
const
/*override*/
;
34
#endif
35
36
// NOLINTEND
37
38
public
:
39
// static functions
40
// NOLINTBEGIN
41
#ifdef LL_PLAT_S
42
MCAPI
static
void
setup(
::CommandRegistry
& registry);
43
#endif
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
#ifdef LL_PLAT_S
50
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
51
#endif
52
53
54
// NOLINTEND
55
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:20
CommandRegistry
Definition
CommandRegistry.h:51
Player
Definition
Player.h:137
SendShowStoreOfferCommand
Definition
SendShowStoreOfferCommand.h:18
src
mc
server
commands
SendShowStoreOfferCommand.h
Generated on
for LeviLamina by
1.16.1