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
// member functions
22
// NOLINTBEGIN
23
MCAPI WanderingTrader(
24
::ActorDefinitionGroup
* definitions,
25
::ActorDefinitionIdentifier
const
& definitionName,
26
::EntityContext
& entityContext
27
);
28
// NOLINTEND
29
30
public
:
31
// constructor thunks
32
// NOLINTBEGIN
33
MCAPI
void
* $ctor(
34
::ActorDefinitionGroup
* definitions,
35
::ActorDefinitionIdentifier
const
& definitionName,
36
::EntityContext
& entityContext
37
);
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCAPI
static
void
** $vftable();
44
// NOLINTEND
45
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:37
EntityContext
Definition
EntityContext.h:17
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
src
mc
world
actor
npc
WanderingTrader.h
Generated on
for LeviLamina by
1.16.1