LeviLamina
Loading...
Searching...
No Matches
SpatialQueryUtility.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
AABB
;
8
class
Block
;
9
class
BlockPos
;
10
class
IConstBlockSource
;
11
// clang-format on
12
13
struct
SpatialQueryUtility
{
14
public
:
15
// static functions
16
// NOLINTBEGIN
17
MCAPI
static
bool
forEachBlockInAABB(
18
::IConstBlockSource
const
& region,
19
::AABB
const
& aabb,
20
float
grow,
21
::std::function<
void
(
::Block
const
&,
::BlockPos
const
&)>
const
& callback
22
);
23
// NOLINTEND
24
};
AABB
Definition
AABB.h:16
BlockPos
Definition
BlockPos.h:18
Block
Definition
Block.h:36
IConstBlockSource
Definition
IConstBlockSource.h:24
SpatialQueryUtility
Definition
SpatialQueryUtility.h:13
src
mc
entity
utilities
SpatialQueryUtility.h
Generated on Sat Apr 26 2025 05:55:38 for LeviLamina by
1.12.0