LeviLamina
Loading...
Searching...
No Matches
LayEggGoalDefinition.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#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
8#include "mc/deps/shared_types/v1_21_120/actor/ActorDefinitionTrigger.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_26_10 {
16
17struct LayEggGoalDefinition : public ::SharedTypes::BaseMoveToBlockGoalDefinition {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mTargetBlocks;
22 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mTargetMaterialsAboveBlockStrings;
23 ::ll::TypedStorage<1, 1, bool> mAllowLayingFromBelow;
24 ::ll::TypedStorage<1, 1, bool> mUseDefaultAnimation;
25 ::ll::TypedStorage<4, 4, float> mLaySeconds;
26 ::ll::TypedStorage<8, 32, ::std::string> mEggType;
27 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mLayEggSound;
28 ::ll::TypedStorage<8, 272, ::SharedTypes::v1_21_120::ActorDefinitionTrigger> mOnLayEvent;
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
33 LayEggGoalDefinition(LayEggGoalDefinition const&);
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI LayEggGoalDefinition();
39
40 MCAPI LayEggGoalDefinition(::SharedTypes::v1_26_10::LayEggGoalDefinition&&);
41
42 MCAPI ::SharedTypes::v1_26_10::LayEggGoalDefinition& operator=(::SharedTypes::v1_26_10::LayEggGoalDefinition&&);
43
44 MCAPI ::SharedTypes::v1_26_10::LayEggGoalDefinition&
46
47 MCAPI ~LayEggGoalDefinition();
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
54 // NOLINTEND
55
56public:
57 // static variables
58 // NOLINTBEGIN
59 MCAPI static ::std::string_view const& DEFAULT_EGG_TYPE();
60
61 MCAPI static ::std::vector<::std::string> const& DEFAULT_TARGET_BLOCKS();
62
63 MCAPI static ::std::vector<::std::string> const& DEFAULT_TARGET_MATERIALS_ABOVE_BLOCK_STRINGS();
64
65 MCAPI static ::std::string_view const& NAME();
66 // NOLINTEND
67
68public:
69 // constructor thunks
70 // NOLINTBEGIN
71 MCAPI void* $ctor();
72
74 // NOLINTEND
75
76public:
77 // destructor thunk
78 // NOLINTBEGIN
79 MCAPI void $dtor();
80 // NOLINTEND
81};
82
83} // namespace SharedTypes::v1_26_10
Definition BaseMoveToBlockGoalDefinition.h:15
Definition LayEggGoalDefinition.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5