LeviLamina
Loading...
Searching...
No Matches
NameableDefinition.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/ActorDefinitionTrigger.h"
8
9// auto generated forward declare list
10// clang-format off
11struct NameAction;
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::std::vector<::NameAction>> mNameActions;
20 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mDefaultActionTrigger;
21 ::ll::TypedStorage<1, 1, bool> mAlwaysShow;
22 ::ll::TypedStorage<1, 1, bool> mAllowNameTagRenaming;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI void addNameAction(::NameAction const& nameAction);
29
30 MCAPI ~NameableDefinition();
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static void buildSchema(
38 );
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCAPI void $dtor();
45 // NOLINTEND
46};
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition NameableDefinition.h:15
Definition NameAction.h:8