LeviLamina
Loading...
Searching...
No Matches
SculkSensorConversionUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Block;
8class BlockLegacy;
9// clang-format on
10
11namespace SculkSensorConversionUtils {
12// static variables
13// NOLINTBEGIN
14MCAPI ::std::function<::std::optional<int>(::BlockLegacy const&, int)>& SculkSensorPhaseStateGetter();
15
16MCAPI ::std::function<::Block const*(::BlockLegacy const&, int, int)>& SculkSensorPhaseStateSetter();
17// NOLINTEND
18
19} // namespace SculkSensorConversionUtils
Definition BlockLegacy.h:88
Definition Block.h:36