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
11struct LiquidBlockEntry;
12// clang-format on
13
15public:
16 // static functions
17 // NOLINTBEGIN
18 MCAPI static bool _hasAdjacentFlowingBlock(
19 ::std::vector<::LiquidBlockEntry> const& liquidBlocks,
20 ::IConstBlockSource const& region,
21 ::MaterialType liquidType
22 );
23 // NOLINTEND
24};
Definition IConstBlockSource.h:24
Definition LiquidBlockEntry.h:5
Definition LiquidPhysicsSystemImpl.h:14