LeviLamina
Loading...
Searching...
No Matches
CropUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockPos;
8class BlockSource;
9class BlockType;
10// clang-format on
11
12namespace CropUtils {
13// functions
14// NOLINTBEGIN
15MCAPI float getGrowthSpeed(::BlockType const& blockType, ::BlockSource const& region, ::BlockPos const& pos);
16// NOLINTEND
17
18} // namespace CropUtils
Definition BlockPos.h:17
Definition BlockSource.h:66
Definition BlockType.h:84