LeviLamina
Loading...
Searching...
No Matches
BoostableDefinition.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
8
// auto generated forward declare list
9
// clang-format off
10
class
BoostableComponent
;
11
class
EntityContext
;
12
struct
BoostItem
;
13
namespace
JsonUtil {
class
EmptyClass
; }
14
// clang-format on
15
16
class
BoostableDefinition
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 24, ::std::vector<::BoostItem>> mBoostItems;
21
::ll::TypedStorage<4, 4, float> mMaxBoostTime;
22
::ll::TypedStorage<4, 4, float> mSpeedModifier;
23
// NOLINTEND
24
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
MCAPI
void
initialize(
::EntityContext
&,
::BoostableComponent
& component)
const
;
29
// NOLINTEND
30
31
public
:
32
// static functions
33
// NOLINTBEGIN
34
MCAPI
static
void
buildSchema(
35
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::BoostableDefinition>
>& root
36
);
37
// NOLINTEND
38
};
BoostableComponent
Definition
BoostableComponent.h:13
BoostableDefinition
Definition
BoostableDefinition.h:16
EntityContext
Definition
EntityContext.h:17
JsonUtil::EmptyClass
Definition
EmptyClass.h:7
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
BoostItem
Definition
BoostItem.h:8
src
mc
entity
components_json_legacy
BoostableDefinition.h
Generated on
for LeviLamina by
1.16.1