LeviLamina
Loading...
Searching...
No Matches
RedstoneConsumerComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SharedTypes::v1_26_10::BlockDefinition {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<1, 1, bool> mPropagatePower;
12 ::ll::TypedStorage<1, 1, schar> mMinPower;
13 // NOLINTEND
14
15public:
16 // static variables
17 // NOLINTBEGIN
18 MCAPI static ::std::string_view const& MinPowerId();
19
20 MCAPI static ::std::string_view const& NameId();
21
22 MCAPI static ::std::string_view const& PropagatesPowerId();
23 // NOLINTEND
24};
25
26} // namespace SharedTypes::v1_26_10::BlockDefinition