LeviLamina
Loading...
Searching...
No Matches
MoveToLiquidGoalDefinition.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/shared_types/actor/BaseMoveToBlockGoalDefinition.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
cereal {
struct
ReflectionCtx
; }
11
// clang-format on
12
13
namespace
SharedTypes::v1_26_10 {
14
15
struct
MoveToLiquidGoalDefinition
:
public
::SharedTypes::BaseMoveToBlockGoalDefinition
{
16
public
:
17
// MoveToLiquidGoalDefinition inner types define
18
enum class
LiquidMaterialType : uint {
19
Water = 0,
20
Lava = 1,
21
Any = 2,
22
};
23
24
public
:
25
// member variables
26
// NOLINTBEGIN
27
::ll::TypedStorage<4, 4, ::SharedTypes::v1_26_10::MoveToLiquidGoalDefinition::LiquidMaterialType> mMaterialType;
28
// NOLINTEND
29
30
public
:
31
// static functions
32
// NOLINTBEGIN
33
MCAPI
static
void
bindType(
::cereal::ReflectionCtx
&
ctx
);
34
// NOLINTEND
35
36
public
:
37
// static variables
38
// NOLINTBEGIN
39
MCAPI static ::std::string_view
const
& NAME();
40
// NOLINTEND
41
};
42
43
}
// namespace SharedTypes::v1_26_10
SharedTypes::BaseMoveToBlockGoalDefinition
Definition
BaseMoveToBlockGoalDefinition.h:15
SharedTypes::v1_26_10::MoveToLiquidGoalDefinition
Definition
MoveToLiquidGoalDefinition.h:15
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
src
mc
deps
shared_types
v1_26_10
actor
MoveToLiquidGoalDefinition.h
Generated on
for LeviLamina by
1.16.1