LeviLamina
Loading...
Searching...
No Matches
BlockUtils.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Block
;
8
class
BlockLegacy
;
9
class
BlockPos
;
10
// clang-format on
11
12
namespace
BlockUtils {
13
// functions
14
// NOLINTBEGIN
15
MCAPI
bool
allowsNetherVegetation(
::BlockLegacy
const
& block);
16
17
MCAPI
float
getLiquidBlockHeight(
::Block
const
& block,
::BlockPos
const
& blockPos);
18
19
MCAPI
bool
isDownwardFlowingLiquid(
::Block
const
& block);
20
21
MCAPI
bool
isFullFlowingLiquid(
::Block
const
& block);
22
23
MCAPI
bool
isLiquidSource(
::Block
const
& block);
24
// NOLINTEND
25
26
}
// namespace BlockUtils
BlockLegacy
Definition
BlockLegacy.h:88
BlockPos
Definition
BlockPos.h:18
Block
Definition
Block.h:36
src
mc
util
BlockUtils.h
Generated on Sat Apr 26 2025 05:55:58 for LeviLamina by
1.12.0