15struct LevelSoundEventPacketPayload {
19 ::ll::TypedStorage<8, 32, ::std::string> mActorIdentifier;
20 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mActor;
21 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mEventId;
22 ::ll::TypedStorage<4, 12, ::Vec3> mPos;
23 ::ll::TypedStorage<4, 4, int> mData;
24 ::ll::TypedStorage<1, 1, bool> mIsGlobal;
25 ::ll::TypedStorage<1, 1, bool> mIsBaby;
26 ::ll::TypedStorage<4, 16, ::std::optional<::Vec3>> mFireAtPosition;
31 LevelSoundEventPacketPayload();
36 MCAPI LevelSoundEventPacketPayload(
37 ::SharedTypes::Legacy::LevelSoundEvent
id,
42 ::std::optional<::Vec3>
const& fireAtPosition
45 MCAPI ~LevelSoundEventPacketPayload();
52 ::SharedTypes::Legacy::LevelSoundEvent
id,
57 ::std::optional<::Vec3>
const& fireAtPosition