LeviLamina
Loading...
Searching...
No Matches
DriedGhastBlock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/BlockLegacy.h"
7
8// auto generated forward declare list
9// clang-format off
10class Block;
11class Experiments;
13namespace BlockEvents { class BlockPlaceEvent; }
14namespace BlockEvents { class BlockQueuedTickEvent; }
15// clang-format on
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 123
22 virtual void animateTick(::BlockAnimateTickData const& tickData) const /*override*/;
23
24 // vIndex: 117
25 virtual int getVariant(::Block const& block) const /*override*/;
26
27 // vIndex: 130
28 virtual void _addHardCodedBlockComponents(::Experiments const&) /*override*/;
29
30 // vIndex: 0
31 virtual ~DriedGhastBlock() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI void onPlace(::BlockEvents::BlockPlaceEvent& eventData) const;
38
39 MCAPI void tick(::BlockEvents::BlockQueuedTickEvent& eventData) const;
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45 MCAPI void $animateTick(::BlockAnimateTickData const& tickData) const;
46
47 MCAPI int $getVariant(::Block const& block) const;
48
49 MCAPI void $_addHardCodedBlockComponents(::Experiments const&);
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
Definition BlockPlaceEvent.h:16
Definition BlockQueuedTickEvent.h:16
Definition BlockLegacy.h:88
Definition Block.h:38
Definition DriedGhastBlock.h:17
static MCAPI void ** $vftable()
Definition Experiments.h:14
Definition BlockAnimateTickData.h:5