LeviLamina
Loading...
Searching...
No Matches
BribeableDefinition.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
ItemDescriptor
;
11
namespace
JsonUtil {
class
EmptyClass
; }
12
// clang-format on
13
14
class
BribeableDefinition
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<4, 4, float> mBribeCooldown;
19
::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>> mBribeItems;
20
// NOLINTEND
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCFOLD
void
addBribeItem(
::ItemDescriptor
const
& itemDescriptor);
26
// NOLINTEND
27
28
public
:
29
// static functions
30
// NOLINTBEGIN
31
MCAPI
static
void
buildSchema(
32
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::BribeableDefinition>
>& root
33
);
34
// NOLINTEND
35
};
BribeableDefinition
Definition
BribeableDefinition.h:14
ItemDescriptor
Definition
ItemDescriptor.h:24
JsonUtil::EmptyClass
Definition
EmptyClass.h:7
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
src
mc
entity
components_json_legacy
BribeableDefinition.h
Generated on
for LeviLamina by
1.16.1