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/world/level/block/DetectionRule.h"
7#include "mc/world/level/block/LiquidType.h"
8
9// auto generated forward declare list
10// clang-format off
11struct DetectionRule;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 4, ::DetectionRule> mWaterDetectionRule;
19 // NOLINTEND
20
21public:
22 // static variables
23 // NOLINTBEGIN
24 MCNAPI static ::std::set<::LiquidType> const& supportedLiquids();
25 // NOLINTEND
26};
Definition BlockLiquidDetectionComponent.h:14
static MCAPI ::std::set<::LiquidType > const & supportedLiquids()
Definition DetectionRule.h:10