LeviLamina
Loading...
Searching...
No Matches
PrecipitationInteractionsComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_26_10/block/PrecipitationBehavior.h"
7
8namespace SharedTypes::v1_26_10::BlockDefinition {
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_26_10::PrecipitationBehavior> mBehavior;
15 // NOLINTEND
16
17public:
18 // static variables
19 // NOLINTBEGIN
20 MCAPI static ::std::string_view const& NameId();
21
22 MCAPI static ::std::string_view const& PrecipitationBehaviorId();
23 // NOLINTEND
24};
25
26} // namespace SharedTypes::v1_26_10::BlockDefinition
Definition PrecipitationInteractionsComponent.h:10