LeviLamina
Loading...
Searching...
No Matches
WeepingVinesClusterFeature.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 BlockPos;
11class BlockSource;
12class Random;
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual bool place(::BlockSource& region, ::BlockPos const& pos, ::Random& random) const /*override*/;
20
21 virtual ~WeepingVinesClusterFeature() /*override*/ = default;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI void _placeRoofNetherWart(::BlockSource& region, ::BlockPos const& pos, ::Random& random) const;
28
29 MCAPI void _placeRoofWeepingVines(::BlockSource& region, ::BlockPos const& pos, ::Random& random) const;
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35 MCAPI bool $place(::BlockSource& region, ::BlockPos const& pos, ::Random& random) const;
36
37
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
Definition BlockPos.h:19
Definition BlockSource.h:68
Definition Feature.h:18
Definition Random.h:10
Definition WeepingVinesClusterFeature.h:15
static MCAPI void ** $vftable()