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/chunk/PlacementType.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BlockPos
;
11
class
BlockSource
;
12
namespace
br::spawn {
struct
EntityType
; }
13
// clang-format on
14
15
namespace
br::spawn {
16
17
class
NoRestrictions
:
public
::br::spawn::PlacementType
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual
bool
isSpawnPositionOk(
::BlockSource
&,
::BlockPos
,
::br::spawn::EntityType
const
&)
const
/*override*/
;
22
23
virtual
~NoRestrictions
()
/*override*/
=
default
;
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
MCFOLD
bool
$isSpawnPositionOk(
::BlockSource
&,
::BlockPos
,
::br::spawn::EntityType
const
&)
const
;
30
31
32
// NOLINTEND
33
34
public
:
35
// vftables
36
// NOLINTBEGIN
37
MCNAPI
static
void
**
$vftable
();
38
// NOLINTEND
39
};
40
41
}
// namespace br::spawn
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
br::spawn::NoRestrictions
Definition
NoRestrictions.h:17
br::spawn::NoRestrictions::$vftable
static MCAPI void ** $vftable()
br::spawn::PlacementType
Definition
PlacementType.h:14
br::spawn::EntityType
Definition
EntityType.h:16
src
mc
world
level
chunk
NoRestrictions.h
Generated on
for LeviLamina by
1.16.1