LeviLamina
Loading...
Searching...
No Matches
BlockPlacementFilterComponent.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
BlockSource
;
9
struct
BlockPlacementCondition
;
10
// clang-format on
11
12
struct
BlockPlacementFilterComponent
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<8, 24, ::std::vector<::BlockPlacementCondition>> conditions;
17
// NOLINTEND
18
19
public
:
20
// member functions
21
// NOLINTBEGIN
22
MCAPI
bool
mayPlace(
::BlockSource
& region,
::BlockPos
const
& pos)
const
;
23
24
MCAPI
bool
mayPlace(
::BlockSource
& region,
::BlockPos
const
& pos, uchar face)
const
;
25
// NOLINTEND
26
};
BlockPos
Definition
BlockPos.h:18
BlockSource
Definition
BlockSource.h:67
BlockPlacementCondition
Definition
BlockPlacementCondition.h:5
BlockPlacementFilterComponent
Definition
BlockPlacementFilterComponent.h:12
src
mc
world
level
block
components
BlockPlacementFilterComponent.h
Generated on Sat Apr 26 2025 05:56:19 for LeviLamina by
1.12.0