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 BlockLegacy;
8class BlockPos;
9class BlockSource;
10// clang-format on
11
12namespace CropUtils {
13// functions
14// NOLINTBEGIN
15MCAPI float getGrowthSpeed(::BlockLegacy const& legacyBlock, ::BlockSource const& region, ::BlockPos const& pos);
16// NOLINTEND
17
18} // namespace CropUtils
Definition BlockLegacy.h:88
Definition BlockPos.h:18
Definition BlockSource.h:67