LeviLamina
Loading...
Searching...
No Matches
Heightmap.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Block;
8// clang-format on
9
10namespace Heightmap {
11// functions
12// NOLINTBEGIN
13MCAPI bool motionBlocking(::Block const& state);
14
15MCAPI bool motionBlockingNoLeaves(::Block const& state);
16
17MCFOLD bool oceanFloor(::Block const& state);
18
19MCAPI bool worldSurface(::Block const& state);
20// NOLINTEND
21
22} // namespace Heightmap
Definition Block.h:36