LeviLamina
Loading...
Searching...
No Matches
TradeWithPlayerDefinition.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/util/json_util/JsonSchemaObjectNode.h"
7
#include "mc/world/actor/ActorFilterGroup.h"
8
#include "mc/world/actor/ai/goal/BaseGoalDefinition.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
namespace
JsonUtil {
class
EmptyClass
; }
13
// clang-format on
14
15
class
TradeWithPlayerDefinition
:
public
::BaseGoalDefinition
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilters;
20
::ll::TypedStorage<4, 4, float> mMaxDistanceFromPlayer;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
virtual
~TradeWithPlayerDefinition
()
/*override*/
=
default
;
27
// NOLINTEND
28
29
public
:
30
// static functions
31
// NOLINTBEGIN
32
MCAPI
static
void
buildSchema(
33
::std::string
const
& name,
34
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::TradeWithPlayerDefinition>
>& root
35
);
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftable
();
42
// NOLINTEND
43
};
BaseGoalDefinition
Definition
BaseGoalDefinition.h:10
JsonUtil::EmptyClass
Definition
EmptyClass.h:7
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
TradeWithPlayerDefinition
Definition
TradeWithPlayerDefinition.h:15
TradeWithPlayerDefinition::$vftable
static MCAPI void ** $vftable()
src
mc
world
actor
ai
goal
TradeWithPlayerDefinition.h
Generated on
for LeviLamina by
1.16.1