LeviLamina
Loading...
Searching...
No Matches
BalloonComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/legacy/ActorUniqueID.h"
7
8// auto generated forward declare list
9// clang-format off
10class Actor;
11class CompoundTag;
12class DataLoadHelper;
13struct ActorUniqueID;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mAttachedID;
21 ::ll::TypedStorage<4, 4, float> mMaxHeight;
22 ::ll::TypedStorage<1, 1, bool> mShouldDropAttached;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI void detach(::Actor& owner);
29
30 MCAPI void integrate(::Actor& owner);
31
32 MCAPI void onRemoved(::Actor& owner, bool shouldPop);
33
34 MCAPI void readAdditionalSaveData(::Actor& owner, ::CompoundTag const& tag, ::DataLoadHelper& dataLoadHelper);
35
36 MCAPI void setAttachedActor(::Actor& owner, ::Actor& toAttach);
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCAPI static ::Actor* getBalloonForActor(::Actor const& actor);
43 // NOLINTEND
44
45public:
46 // static variables
47 // NOLINTBEGIN
48 MCAPI static ::std::string const& ATTACHED_TAG();
49
50 MCAPI static ::std::string const& MAX_HEIGHT_TAG();
51
52 MCAPI static ::std::string const& SHOULD_DROP_TAG();
53 // NOLINTEND
54};
Definition Actor.h:106
Definition BalloonComponent.h:16
Definition CompoundTag.h:23
Definition DataLoadHelper.h:20
Definition ActorUniqueID.h:5