LeviLamina
Loading...
Searching...
No Matches
GrowsCropDefinition.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
10class EntityContext;
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
15class GrowsCropDefinition {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, int> mCharges;
20 ::ll::TypedStorage<4, 4, float> mChance;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI GrowsCropDefinition();
27
28 MCAPI void initialize(::EntityContext&, ::GrowsCropComponent& component) const;
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static void buildSchema(
36 );
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCAPI void* $ctor();
43 // NOLINTEND
44};
Definition EntityContext.h:17
Definition GrowsCropComponent.h:15
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8