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
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, int> mBreakTicks;
19 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::Difficulty> mMinDifficulty;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual char const* getJsonName() const /*override*/;
26
27 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
28
29 virtual ~BreakDoorAnnotationDescription() /*override*/;
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCFOLD void $dtor();
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41 MCAPI char const* $getJsonName() const;
42
43 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
44
45
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
Definition ActorComponentDescription.h:8
Definition BreakDoorAnnotationDescription.h:14
static MCAPI void ** $vftable()
Definition DeserializeDataParams.h:16