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