17 ::ll::TypedStorage<8, 32, ::std::string> mName;
18 ::ll::TypedStorage<4, 12, ::NetworkBlockPosition> mPos;
19 ::ll::TypedStorage<4, 4, float> mVolume;
20 ::ll::TypedStorage<4, 4, float> mPitch;
42 MCAPI
void* $ctor(::std::string name,
::Vec3 const& pos,
float volume,
float pitch);