|
LeviLamina
|
Public Member Functions | |
| MCAPI void | detach (::Actor &owner) |
| MCAPI void | integrate (::Actor &owner) |
| MCAPI void | onRemoved (::Actor &owner, bool shouldPop) |
| MCAPI void | readAdditionalSaveData (::Actor &owner, ::CompoundTag const &tag, ::DataLoadHelper &dataLoadHelper) |
| MCAPI void | setAttachedActor (::Actor &owner, ::Actor &toAttach) |
Static Public Member Functions | |
| static MCAPI ::Actor * | getBalloonForActor (::Actor const &actor) |
| static MCAPI ::std::string const & | ATTACHED_TAG () |
| static MCAPI ::std::string const & | MAX_HEIGHT_TAG () |
| static MCAPI ::std::string const & | SHOULD_DROP_TAG () |
Public Attributes | |
| ::ll::TypedStorage< 8, 8, ::ActorUniqueID > | mAttachedID |
| ::ll::TypedStorage< 4, 4, float > | mMaxHeight |
| ::ll::TypedStorage< 1, 1, bool > | mShouldDropAttached |