LeviLamina
Loading...
Searching...
No Matches
RotatedPillarInfestedBlock.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 BlockPos;
12class BlockSource;
14// clang-format on
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 91
21 virtual void spawnAfterBreak(
22 ::BlockSource& region,
23 ::Block const&,
24 ::BlockPos const& pos,
25 ::ResourceDropsContext const& resourceDropsContext
26 ) const /*override*/;
27
28 // vIndex: 0
29 virtual ~RotatedPillarInfestedBlock() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41 MCFOLD void $spawnAfterBreak(
42 ::BlockSource& region,
43 ::Block const&,
44 ::BlockPos const& pos,
45 ::ResourceDropsContext const& resourceDropsContext
46 ) const;
47 // NOLINTEND
48};
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition Block.h:36
Definition RotatedPillarBlock.h:18
Definition RotatedPillarInfestedBlock.h:16
Definition ResourceDropsContext.h:5