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;
32 virtual ::MinecraftPacketIds getId()
const ;
35 virtual ::std::string getName()
const ;
56 MCAPI
void* $ctor(::std::string name,
::Vec3 const& pos,
float volume,
float pitch);
68 MCAPI ::MinecraftPacketIds $getId()
const;
70 MCAPI ::std::string $getName()
const;
80 MCAPI
static void** $vftable();