|
LeviLamina
|
Inheritance diagram for PlaySoundPacketPayload:Public Member Functions | |
| PlaySoundPacketPayload & | operator= (PlaySoundPacketPayload const &) |
| PlaySoundPacketPayload (PlaySoundPacketPayload const &) | |
| MCAPI | PlaySoundPacketPayload (::std::string name, ::Vec3 const &pos, float volume, float pitch) |
| MCAPI::PlaySoundPacketPayload & | operator= (::PlaySoundPacketPayload &&) |
| MCAPI void * | $ctor (::std::string name, ::Vec3 const &pos, float volume, float pitch) |
| MCFOLD void | $dtor () |
Public Attributes | |
| ::ll::TypedStorage< 8, 32, ::std::string > | mName |
| ::ll::TypedStorage< 4, 12, ::NetworkBlockPosition > | mPos |
| ::ll::TypedStorage< 4, 4, float > | mVolume |
| ::ll::TypedStorage< 4, 4, float > | mPitch |