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
BlockPos
;
9
class
BlockType
;
10
// clang-format on
11
12
namespace
BlockUtils {
13
// functions
14
// NOLINTBEGIN
15
MCAPI
bool
allowsNetherVegetation(
::BlockType
const
& block);
16
17
MCAPI
float
getLiquidBlockHeight(
::Block
const
& block,
::BlockPos
const
& blockPos);
18
19
MCAPI
bool
isFullFlowingLiquid(
::Block
const
& block);
20
21
MCAPI
bool
isLiquidSource(
::Block
const
& block);
22
23
MCAPI
bool
isWaterSource(
::Block
const
& block);
24
// NOLINTEND
25
26
}
// namespace BlockUtils
BlockPos
Definition
BlockPos.h:17
BlockType
Definition
BlockType.h:84
Block
Definition
Block.h:37
src-server
mc
util
BlockUtils.h
Generated on Sun Oct 12 2025 06:32:10 for LeviLamina by
1.12.0