LeviLamina
Loading...
Searching...
No Matches
ChemicalHeatBlock.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 BaseGameVersion;
11class BlockPos;
12class BlockSource;
13class Experiments;
14class Random;
15namespace BlockEvents { class BlockPlaceEvent; }
16namespace BlockEvents { class BlockQueuedTickEvent; }
17namespace BlockEvents { class BlockRandomTickEvent; }
18// clang-format on
19
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 140
25 virtual int getExtraRenderLayers() const /*override*/;
26
27 // vIndex: 55
28 virtual bool canBeUsedInCommands(::BaseGameVersion const& baseGameVersion) const /*override*/;
29
30 // vIndex: 130
31 virtual void _addHardCodedBlockComponents(::Experiments const&) /*override*/;
32
33 // vIndex: 0
34 virtual ~ChemicalHeatBlock() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI void _queueTick(::BlockSource& region, ::BlockPos const& pos, ::Random& random) const;
41
42 MCAPI void _tick(::BlockSource& region, ::BlockPos const& pos, ::Random& random) const;
43
44 MCAPI void onPlace(::BlockEvents::BlockPlaceEvent& eventData) const;
45
46 MCAPI void randomTick(::BlockEvents::BlockRandomTickEvent& eventData) const;
47
48 MCAPI void tick(::BlockEvents::BlockQueuedTickEvent& eventData) const;
49 // NOLINTEND
50
51public:
52 // static functions
53 // NOLINTBEGIN
54 MCAPI static ::std::vector<::BlockPos> const& _getRelativeOffsets();
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCFOLD int $getExtraRenderLayers() const;
61
62 MCFOLD bool $canBeUsedInCommands(::BaseGameVersion const& baseGameVersion) const;
63
64 MCAPI void $_addHardCodedBlockComponents(::Experiments const&);
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCNAPI static void** $vftable();
71 // NOLINTEND
72};
Definition BaseGameVersion.h:8
Definition BlockPlaceEvent.h:16
Definition BlockQueuedTickEvent.h:16
Definition BlockRandomTickEvent.h:16
Definition BlockLegacy.h:88
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition ChemicalHeatBlock.h:20
static MCAPI void ** $vftable()
Definition Experiments.h:14
Definition Random.h:11
Definition BlockRandomTickEvent.h:13