LeviLamina
Loading...
Searching...
No Matches
RedstoneConductivityComponent.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> mRedstoneConductor;
12 ::ll::TypedStorage<1, 1, bool> mAllowsWireToStepDown;
13 // NOLINTEND
14
15public:
16 // static variables
17 // NOLINTBEGIN
18 MCAPI static ::std::string_view const& AllowsWireStepDownId();
19
20 MCAPI static ::std::string_view const& NameId();
21
22 MCAPI static ::std::string_view const& RedstoneConductorId();
23 // NOLINTEND
24};
25
26} // namespace SharedTypes::v1_26_10::BlockDefinition