LeviLamina
Loading...
Searching...
No Matches
BeardAndShaverFeature.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;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
35 virtual ~BeardAndShaverFeature() /*override*/ = default;
36
37 // vIndex: 1
38 virtual ::std::optional<::BlockPos> place(::IFeature::PlacementContext const& context) const /*override*/;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCAPI void* $ctor();
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56
57 // NOLINTEND
58
59public:
60 // virtual function thunks
61 // NOLINTBEGIN
62 MCAPI ::std::optional<::BlockPos> $place(::IFeature::PlacementContext const& context) const;
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCAPI static void** $vftable();
69 // NOLINTEND
70};
Definition BeardAndShaverFeature.h:13
Definition BlockPos.h:18
Definition IFeature.h:13
Definition IFeature.h:21
Definition context.h:5
Definition Alias.h:14