LeviLamina
Loading...
Searching...
No Matches
BlockRandomTickingComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/DefinitionTrigger.h"
7#include "mc/world/level/block/components/IBlockComponent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace BlockEvents { class BlockRandomTickLegacyEvent; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnTimeDown;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual ~BlockRandomTickingComponent() = default;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI void onEvent(::BlockEvents::BlockRandomTickLegacyEvent const& eventData) const;
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCNAPI static void** $vftable();
37 // NOLINTEND
38};
Definition BlockRandomTickLegacyEvent.h:18
Definition BlockRandomTickingComponent.h:14
static MCAPI void ** $vftable()
Definition IBlockComponent.h:5