LeviLamina
Loading...
Searching...
No Matches
LocatePoiCommand.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/server/commands/Command.h"
7
#include "mc/world/level/poi/TypeId.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
CommandOrigin
;
12
class
CommandOutput
;
13
// clang-format on
14
15
struct
LocatePoiCommand :
public
::Command
{
16
public
:
17
// LocatePoiCommand inner types declare
18
// clang-format off
19
struct
ResourceOrTagArg
;
20
// clang-format on
21
22
// LocatePoiCommand inner types define
23
enum class
CmdName : uchar {
24
Poi = 0,
25
};
26
27
enum class
PoiTagType : uint64 {};
28
29
struct
ResourceOrTagArg {
30
public
:
31
// member variables
32
// NOLINTBEGIN
33
::ll::UntypedStorage<2, 2>
mUnkd306bc;
34
::ll::UntypedStorage<8, 8>
mUnk2c6283;
35
::ll::UntypedStorage<8, 8>
mUnkdcdd27;
36
::ll::UntypedStorage<8, 8>
mUnk1729f7;
37
// NOLINTEND
38
39
public
:
40
// prevent constructor by default
41
ResourceOrTagArg& operator=(ResourceOrTagArg
const
&);
42
ResourceOrTagArg(ResourceOrTagArg
const
&);
43
ResourceOrTagArg();
44
};
45
46
public
:
47
// member variables
48
// NOLINTBEGIN
49
::ll::UntypedStorage<1, 1>
mUnkd4bba5;
50
::ll::UntypedStorage<2, 2>
mUnkf7c960;
51
::ll::UntypedStorage<8, 8>
mUnk6314b8;
52
// NOLINTEND
53
54
public
:
55
// prevent constructor by default
56
LocatePoiCommand& operator=(LocatePoiCommand
const
&);
57
LocatePoiCommand(LocatePoiCommand
const
&);
58
LocatePoiCommand();
59
60
public
:
61
// virtual functions
62
// NOLINTBEGIN
63
virtual
void
execute(
::CommandOrigin
const
&,
::CommandOutput
&)
const
/*override*/
;
64
65
virtual
~LocatePoiCommand()
/*override*/
=
default
;
66
// NOLINTEND
67
68
public
:
69
// virtual function thunks
70
// NOLINTBEGIN
71
72
// NOLINTEND
73
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
Command
Definition
Command.h:17
LocatePoiCommand::ResourceOrTagArg
Definition
LocatePoiCommand.h:29
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
standard
LocatePoiCommand.h
Generated on
for LeviLamina by
1.16.1