LeviLamina
Loading...
Searching...
No Matches
ItemReactionComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/actor/LabTableReactionComponent.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockSource;
11class ItemStack;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ItemStack>> mItem;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~ItemReactionComponent() /*override*/ = default;
27
28 // vIndex: 3
29 virtual void _onEnd(::LabTableReaction& owner, ::BlockSource& region) /*override*/;
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35 MCNAPI void $_onEnd(::LabTableReaction& owner, ::BlockSource& region);
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
Definition BlockSource.h:67
Definition ItemReactionComponent.h:15
MCAPI void $_onEnd(::LabTableReaction &owner, ::BlockSource &region)
static MCAPI void ** $vftable()
Definition ItemStack.h:25
Definition LabTableReactionComponent.h:11
Definition LabTableReaction.h:15