LeviLamina
Loading...
Searching...
No Matches
EntityFallOnComponent.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<4, 4, float> mMinimumFallDistance;
12 // NOLINTEND
13
14public:
15 // static variables
16 // NOLINTBEGIN
17 MCAPI static ::std::string_view const& MinFallDistanceId();
18
19 MCAPI static ::std::string_view const& NameId();
20 // NOLINTEND
21};
22
23} // namespace SharedTypes::v1_26_10::BlockDefinition