LeviLamina
Loading...
Searching...
No Matches
LiquidPhysicsSystemImpl.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/material/MaterialType.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
IConstBlockSource
;
11
struct
LiquidBlockEntry
;
12
// clang-format on
13
14
struct
LiquidPhysicsSystemImpl
{
15
public
:
16
// static functions
17
// NOLINTBEGIN
18
MCNAPI
static
bool
_hasAdjacentFlowingBlock
(
19
::std::vector<::LiquidBlockEntry>
const
& liquidBlocks,
20
::IConstBlockSource
const
& region,
21
::MaterialType liquidType
22
);
23
24
MCNAPI
static
bool
_hasFlowingBlock
(::std::vector<::LiquidBlockEntry>
const
& liquidBlocks);
25
// NOLINTEND
26
};
IConstBlockSource
Definition
IConstBlockSource.h:24
LiquidBlockEntry
Definition
LiquidBlockEntry.h:5
LiquidPhysicsSystemImpl
Definition
LiquidPhysicsSystemImpl.h:14
LiquidPhysicsSystemImpl::_hasAdjacentFlowingBlock
static MCAPI bool _hasAdjacentFlowingBlock(::std::vector<::LiquidBlockEntry > const &liquidBlocks, ::IConstBlockSource const ®ion, ::MaterialType liquidType)
LiquidPhysicsSystemImpl::_hasFlowingBlock
static MCAPI bool _hasFlowingBlock(::std::vector<::LiquidBlockEntry > const &liquidBlocks)
src-server
mc
entity
systems
LiquidPhysicsSystemImpl.h
Generated on Tue Oct 28 2025 05:31:48 for LeviLamina by
1.12.0