LeviLamina
Loading...
Searching...
No Matches
GrowsCropComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/BlockPos.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
CompoundTag
;
12
class
DataLoadHelper
;
13
// clang-format on
14
15
class
GrowsCropComponent {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<4, 4, int> mCharges;
20
::ll::TypedStorage<4, 12, ::BlockPos> mTargetCrop;
21
::ll::TypedStorage<4, 12, ::BlockPos> mLastGrownCrop;
22
// NOLINTEND
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI GrowsCropComponent();
28
29
MCAPI
void
addAdditionalSaveData(
::CompoundTag
& tag)
const
;
30
31
MCAPI
void
readAdditionalSaveData(
::Actor
&,
::CompoundTag
const
& tag,
::DataLoadHelper
&);
32
// NOLINTEND
33
34
public
:
35
// constructor thunks
36
// NOLINTBEGIN
37
MCAPI
void
* $ctor();
38
// NOLINTEND
39
};
Actor
Definition
Actor.h:125
CompoundTag
Definition
CompoundTag.h:23
DataLoadHelper
Definition
DataLoadHelper.h:20
src
mc
entity
components_json_legacy
GrowsCropComponent.h
Generated on
for LeviLamina by
1.16.1