LeviLamina
Loading...
Searching...
No Matches
SculkShriekerBlock.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/BlockSupportType.h"
8#include "mc/world/level/block/BlockType.h"
9
10// auto generated forward declare list
11// clang-format off
12class Block;
13class BlockPos;
14class BlockSource;
15class EntityContext;
16class Experiments;
17namespace BlockEvents { class BlockPlaceEvent; }
18namespace BlockEvents { class BlockQueuedTickEvent; }
19// clang-format on
20
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 124
26 virtual ::BlockType& init() /*override*/;
27
28 // vIndex: 131
29 virtual void onRemove(::BlockSource& region, ::BlockPos const& pos) const /*override*/;
30
31 // vIndex: 133
32 virtual void onStandOn(::EntityContext& entity, ::BlockPos const& pos) const /*override*/;
33
34 // vIndex: 66
35 virtual void setupRedstoneComponent(::BlockSource& region, ::BlockPos const& pos) const /*override*/;
36
37 // vIndex: 22
38 virtual bool canProvideSupport(::Block const&, uchar face, ::BlockSupportType) const /*override*/;
39
40 // vIndex: 117
41 virtual int getVariant(::Block const& block) const /*override*/;
42
43 // vIndex: 130
44 virtual void _addHardCodedBlockComponents(::Experiments const&) /*override*/;
45
46 // vIndex: 0
47 virtual ~SculkShriekerBlock() /*override*/ = default;
48 // NOLINTEND
49
50public:
51 // member functions
52 // NOLINTBEGIN
53 MCFOLD void onPlace(::BlockEvents::BlockPlaceEvent& eventData) const;
54
55 MCAPI void tick(::BlockEvents::BlockQueuedTickEvent& eventData) const;
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61 MCAPI ::BlockType& $init();
62
63 MCAPI void $onRemove(::BlockSource& region, ::BlockPos const& pos) const;
64
65 MCAPI void $onStandOn(::EntityContext& entity, ::BlockPos const& pos) const;
66
67 MCFOLD void $setupRedstoneComponent(::BlockSource& region, ::BlockPos const& pos) const;
68
69 MCFOLD bool $canProvideSupport(::Block const&, uchar face, ::BlockSupportType) const;
70
71 MCAPI int $getVariant(::Block const& block) const;
72
73 MCAPI void $_addHardCodedBlockComponents(::Experiments const&);
74 // NOLINTEND
75
76public:
77 // vftables
78 // NOLINTBEGIN
79 MCNAPI static void** $vftable();
80 // NOLINTEND
81};
Definition ActorBlockBase.h:6
Definition BlockPlaceEvent.h:16
Definition BlockQueuedTickEvent.h:16
Definition BlockPos.h:17
Definition BlockSource.h:66
Definition Block.h:38
Definition EntityContext.h:16
Definition Experiments.h:14
Definition SculkShriekerBlock.h:21
static MCAPI void ** $vftable()