LeviLamina
Loading...
Searching...
No Matches
SmokerBlock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/FurnaceBlock.h"
7
8// auto generated forward declare list
9// clang-format off
10class Block;
11class BlockActor;
12class Experiments;
13class ItemInstance;
14namespace BlockEvents { class BlockPlayerInteractEvent; }
15// clang-format on
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 89
22 virtual ::ItemInstance asItemInstance(::Block const&, ::BlockActor const*) const /*override*/;
23
24 // vIndex: 130
25 virtual void _addHardCodedBlockComponents(::Experiments const&) /*override*/;
26
27 // vIndex: 0
28 virtual ~SmokerBlock() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI void use(::BlockEvents::BlockPlayerInteractEvent& eventData) const;
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCAPI ::ItemInstance $asItemInstance(::Block const&, ::BlockActor const*) const;
41
42 MCAPI void $_addHardCodedBlockComponents(::Experiments const&);
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCAPI static void** $vftable();
49 // NOLINTEND
50};
Definition BlockActor.h:32
Definition BlockPlayerInteractEvent.h:17
Definition Block.h:38
Definition Experiments.h:14
Definition FurnaceBlock.h:22
Definition ItemInstance.h:16
Definition SmokerBlock.h:17