17 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mAttachedID;
18 ::ll::TypedStorage<4, 4, float> mMaxHeight;
19 ::ll::TypedStorage<1, 1, bool> mShouldDropAttached;
25 MCAPI
void detach(
::Actor& owner);
27 MCAPI
void integrate(
::Actor& owner);
29 MCAPI
void onRemoved(
::Actor& owner,
bool shouldPop);
39 MCAPI static ::Actor* getBalloonForActor(
::Actor const& actor);
45 MCAPI static ::std::string
const& ATTACHED_TAG();
47 MCAPI
static float const& FENCE_BALLOON_RANGE();
49 MCAPI static ::std::string
const& MAX_HEIGHT_TAG();
51 MCAPI static ::std::string
const& SHOULD_DROP_TAG();