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
7class BlockPos;
8class BlockSource;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 24, ::std::vector<::BlockPlacementCondition>> conditions;
17 // NOLINTEND
18
19public:
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};
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition BlockPlacementCondition.h:5
Definition BlockPlacementFilterComponent.h:12