LeviLamina
Loading...
Searching...
No Matches
DigGoalDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/actor/BaseGoalDefinition.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_21_120 {
14
16public:
17 // member variables
18 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 DigGoalDefinition& operator=(DigGoalDefinition const&);
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
38 MCNAPI ::SharedTypes::v1_21_120::DigGoalDefinition& operator=(::SharedTypes::v1_21_120::DigGoalDefinition&&);
39
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
47 // NOLINTEND
48
49public:
50 // static variables
51 // NOLINTBEGIN
52 MCNAPI static bool const& DEFAULT_ALLOW_DIG_WHEN_NAMED();
53
54 MCNAPI static bool const& DEFAULT_DIGS_IN_DAYLIGHT();
55
56 MCNAPI static float const& DEFAULT_DURATION();
57
58 MCNAPI static float const& DEFAULT_IDLE_TIME();
59
60 MCNAPI static bool const& DEFAULT_SUSPICION_IS_DISTURBANCE();
61
62 MCNAPI static bool const& DEFAULT_VIBRATION_IS_DISTURBANCE();
63
64 MCNAPI static ::std::string_view const& NAME();
65 // NOLINTEND
66
67public:
68 // constructor thunks
69 // NOLINTBEGIN
70 MCNAPI void* $ctor();
71 // NOLINTEND
72
73public:
74 // destructor thunk
75 // NOLINTBEGIN
76 MCNAPI void $dtor();
77 // NOLINTEND
78};
79
80} // namespace SharedTypes::v1_21_120
Definition BaseGoalDefinition.h:12
Definition DigGoalDefinition.h:15
static MCAPI bool const & DEFAULT_SUSPICION_IS_DISTURBANCE()
static MCAPI float const & DEFAULT_DURATION()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI ::std::string_view const & NAME()
static MCAPI bool const & DEFAULT_ALLOW_DIG_WHEN_NAMED()
static MCAPI float const & DEFAULT_IDLE_TIME()
static MCAPI bool const & DEFAULT_DIGS_IN_DAYLIGHT()
MCAPI::SharedTypes::v1_21_120::DigGoalDefinition & operator=(::SharedTypes::v1_21_120::DigGoalDefinition &&)
static MCAPI bool const & DEFAULT_VIBRATION_IS_DISTURBANCE()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14