LeviLamina
Loading...
Searching...
No Matches
WanderingTrader.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/Mob.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ActorDefinitionGroup
;
11
class
EntityContext
;
12
struct
ActorDefinitionIdentifier
;
13
// clang-format on
14
15
class
WanderingTrader :
public
::Mob {
16
public
:
17
// prevent constructor by default
18
WanderingTrader();
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
virtual
~WanderingTrader()
/*override*/
=
default
;
24
// NOLINTEND
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI WanderingTrader(
30
::ActorDefinitionGroup
* definitions,
31
::ActorDefinitionIdentifier
const
& definitionName,
32
::EntityContext
& entityContext
33
);
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCAPI
void
* $ctor(
40
::ActorDefinitionGroup
* definitions,
41
::ActorDefinitionIdentifier
const
& definitionName,
42
::EntityContext
& entityContext
43
);
44
// NOLINTEND
45
46
public
:
47
// vftables
48
// NOLINTBEGIN
49
MCAPI
static
void
** $vftable();
50
// NOLINTEND
51
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:35
EntityContext
Definition
EntityContext.h:16
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
src
mc
world
actor
npc
WanderingTrader.h
Generated on
for LeviLamina by
1.16.1