LeviLamina
Loading...
Searching...
No Matches
SculkPatchFeature.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/feature/IFeature.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 SculkPatchFeature& operator=(SculkPatchFeature const&);
34
35public:
36 // virtual functions
37 // NOLINTBEGIN
38 // vIndex: 0
39 virtual ~SculkPatchFeature() /*override*/ = default;
40
41 // vIndex: 1
42 virtual ::std::optional<::BlockPos> place(::IFeature::PlacementContext const& context) const /*override*/;
43 // NOLINTEND
44
45public:
46 // member functions
47 // NOLINTBEGIN
48 MCAPI bool _canSpreadFrom(::IBlockWorldGenAPI& target, ::BlockPos const& originPos) const;
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCAPI ::std::optional<::BlockPos> $place(::IFeature::PlacementContext const& context) const;
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCAPI static void** $vftable();
67 // NOLINTEND
68};
Definition BlockPos.h:18
Definition IBlockWorldGenAPI.h:25
Definition IFeature.h:13
Definition SculkPatchFeature.h:14
Definition IFeature.h:21
Definition context.h:5
Definition Alias.h:14