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