22 ::ll::TypedStorage<8, 32, ::std::string> mName;
23 ::ll::TypedStorage<4, 12, ::NetworkBlockPosition> mPos;
24 ::ll::TypedStorage<4, 4, float> mVolume;
25 ::ll::TypedStorage<4, 4, float> mPitch;
36 virtual ::MinecraftPacketIds getId()
const ;
39 virtual ::std::string getName()
const ;
60 MCAPI
void* $ctor(::std::string name,
::Vec3 const& pos,
float volume,
float pitch);
72 MCAPI ::MinecraftPacketIds $getId()
const;
74 MCAPI ::std::string $getName()
const;