LeviLamina
Loading...
Searching...
No Matches
LiquidSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace br::worldgen {
6
7enum class LiquidSettings : uchar {
8 ApplyWaterlogging = 0,
9 IgnoreWaterlogging = 1,
10};
11
12}
13
14// clang-format off
15template <>
16MCAPI ::ll::type_id_ref Bedrock::typeid_storage_impl<class CommandRegistry, ::br::worldgen::LiquidSettings>();
17// clang-format on