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;
13class Material;
15// clang-format on
16
17class RotatedPillarInfestedBlock : public ::RotatedPillarBlock {
18public:
19 // prevent constructor by default
20 RotatedPillarInfestedBlock();
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual void spawnAfterBreak(
26 ::BlockSource& region,
27 ::Block const& pos,
28 ::BlockPos const& resourceDropsContext,
30 ) const /*override*/;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI RotatedPillarInfestedBlock(::std::string const& nameId, int id, ::Material const& material);
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCAPI void* $ctor(::std::string const& nameId, int id, ::Material const& material);
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48 MCAPI void $spawnAfterBreak(
49 ::BlockSource& region,
50 ::Block const& pos,
51 ::BlockPos const& resourceDropsContext,
53 ) const;
54
55
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
Definition BlockPos.h:21
Definition BlockSource.h:73
Definition Block.h:69
Definition Material.h:8
static MCAPI void ** $vftable()
Definition ResourceDropsContext.h:19