LeviLamina
Loading...
Searching...
No Matches
BlockSupportComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/BlockSupportType.h"
7
#include "mc/world/level/block/components/SupportShape.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Block
;
12
// clang-format on
13
14
struct
BlockSupportComponent
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<4, 4, ::SupportShape> mShape;
19
// NOLINTEND
20
21
public
:
22
// static functions
23
// NOLINTBEGIN
24
MCAPI
static
bool
_stairSupportCheck(
::Block
const
& block, uchar face);
25
26
MCAPI
static
bool
canProvideFullSupport(
::Block
const
& block, uchar face,
bool
multifaceCheck);
27
28
MCAPI
static
bool
canProvideSupport(
::Block
const
& block, uchar face, ::BlockSupportType supportType);
29
// NOLINTEND
30
};
Block
Definition
Block.h:69
BlockSupportComponent
Definition
BlockSupportComponent.h:14
src
mc
world
level
block
components
BlockSupportComponent.h
Generated on
for LeviLamina by
1.16.1