LeviLamina
Loading...
Searching...
No Matches
BreakDoorAnnotationDescription.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/shared_types/legacy/Difficulty.h"
7
#include "mc/world/actor/ActorComponentDescription.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
struct
DeserializeDataParams
;
12
// clang-format on
13
14
struct
BreakDoorAnnotationDescription
:
public
::ActorComponentDescription
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<4, 4, int> mBreakTicks;
19
::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::Difficulty> mMinDifficulty;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual
char
const
* getJsonName()
const
/*override*/
;
26
27
virtual
void
deserializeData(
::DeserializeDataParams
deserializeDataParams)
/*override*/
;
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
MCAPI
char
const
* $getJsonName()
const
;
34
35
MCAPI
void
$deserializeData(
::DeserializeDataParams
deserializeDataParams);
36
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
ActorComponentDescription
Definition
ActorComponentDescription.h:8
BreakDoorAnnotationDescription
Definition
BreakDoorAnnotationDescription.h:14
BreakDoorAnnotationDescription::$vftable
static MCAPI void ** $vftable()
DeserializeDataParams
Definition
DeserializeDataParams.h:13
src
mc
entity
components
BreakDoorAnnotationDescription.h
Generated on
for LeviLamina by
1.16.1