LeviLamina
Loading...
Searching...
No Matches
DoublePlantBlock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/DoublePlantBaseBlock.h"
7
8// auto generated forward declare list
9// clang-format off
10class Actor;
11class BlockPos;
12class BlockSource;
13// clang-format on
14
15class DoublePlantBlock : public ::DoublePlantBaseBlock {
16public:
17 // prevent constructor by default
18 DoublePlantBlock();
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual void setupRedstoneComponent(::BlockSource& region, ::BlockPos const& pos) const /*override*/;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI DoublePlantBlock(::std::string const& nameId, int id);
30
31 MCAPI bool placeAt(::BlockSource& region, ::BlockPos const& pos, int updateType, ::Actor*) const;
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCAPI void* $ctor(::std::string const& nameId, int id);
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCAPI void $setupRedstoneComponent(::BlockSource& region, ::BlockPos const& pos) const;
44
45
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCAPI static void** $vftable();
52 // NOLINTEND
53};
Definition Actor.h:125
Definition BlockPos.h:21
Definition BlockSource.h:73
static MCAPI void ** $vftable()