LeviLamina
Loading...
Searching...
No Matches
FlowerBedFeature.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/feature/Feature.h"
7
8// auto generated forward declare list
9// clang-format off
10class Block;
11class BlockPos;
12class BlockSource;
13class Random;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 8, ::Block const&> mBlock;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 FlowerBedFeature& operator=(FlowerBedFeature const&);
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 4
33 virtual bool place(::BlockSource& region, ::BlockPos const& pos, ::Random& random) const /*override*/;
34
35 // vIndex: 0
36 virtual ~FlowerBedFeature() /*override*/ = default;
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42 MCAPI bool $place(::BlockSource& region, ::BlockPos const& pos, ::Random& random) const;
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
Definition BlockPos.h:17
Definition BlockSource.h:66
Definition Block.h:37
Definition Feature.h:18
Definition FlowerBedFeature.h:16
static MCAPI void ** $vftable()
Definition Random.h:10