LeviLamina
Loading...
Searching...
No Matches
CommandAreaFactory.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
BlockPos
;
8
class
CommandArea
;
9
struct
Bounds
;
10
// clang-format on
11
12
class
CommandAreaFactory
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<8, 8>
mUnk8d9568;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
CommandAreaFactory
& operator=(
CommandAreaFactory
const
&);
22
CommandAreaFactory
(
CommandAreaFactory
const
&);
23
CommandAreaFactory
();
24
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
MCAPI ::std::unique_ptr<::CommandArea> _getArea(
29
::Bounds
const
& requiredArea,
30
bool
allowNonTickingPlayerAndTickingAreaChunks,
31
bool
allowUnloadedChunks,
32
bool
allowPlayerChunks
33
)
const
;
34
35
MCAPI ::std::unique_ptr<::CommandArea> findAreaWithBuffer(
36
::BlockPos
const
& min,
37
::BlockPos
const
& max,
38
int
commandVersion,
39
bool
allowUnloadedChunks,
40
bool
allowPlayerChunks
41
)
const
;
42
// NOLINTEND
43
};
BlockPos
Definition
BlockPos.h:18
CommandAreaFactory
Definition
CommandAreaFactory.h:12
CommandArea
Definition
CommandArea.h:5
Bounds
Definition
Bounds.h:10
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
CommandAreaFactory.h
Generated on Sat Apr 26 2025 05:55:55 for LeviLamina by
1.12.0