LeviLamina
Loading...
Searching...
No Matches
BlockLiquidDetectionComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_26_0/block/DetectionRule.h"
7#include "mc/deps/shared_types/v1_26_0/block/LiquidType.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<1, 5, ::SharedTypes::v1_26_0::DetectionRule> mWaterDetectionRule;
14 // NOLINTEND
15
16public:
17 // static variables
18 // NOLINTBEGIN
19 MCAPI static ::std::set<::SharedTypes::v1_26_0::LiquidType> const& supportedLiquids();
20 // NOLINTEND
21};
Definition BlockLiquidDetectionComponent.h:9