LeviLamina
Loading...
Searching...
No Matches
NoRestrictions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/spawn/PlacementType.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11class BlockSource;
12namespace br::spawn { struct EntityType; }
13// clang-format on
14
15namespace br::spawn {
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 1
22 virtual bool isSpawnPositionOk(::BlockSource&, ::BlockPos, ::br::spawn::EntityType const&) const /*override*/;
23
24 // vIndex: 0
25 virtual ~NoRestrictions() /*override*/ = default;
26 // NOLINTEND
27
28public:
29 // virtual function thunks
30 // NOLINTBEGIN
32 // NOLINTEND
33
34public:
35 // vftables
36 // NOLINTBEGIN
37 MCNAPI static void** $vftable();
38 // NOLINTEND
39};
40
41} // namespace br::spawn
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition NoRestrictions.h:17
static MCAPI void ** $vftable()
MCAPI bool $isSpawnPositionOk(::BlockSource &, ::BlockPos, ::br::spawn::EntityType const &) const
Definition PlacementType.h:14
Definition EntityType.h:16