14struct ScriptWorldSoundOptions {
18 ::ll::TypedStorage<4, 8, ::std::optional<float>> mVolume;
19 ::ll::TypedStorage<4, 8, ::std::optional<float>> mPitch;
24 ScriptWorldSoundOptions();
31 MCAPI
float getPitch()
const;
33 MCFOLD
float getVolume()
const;
35 MCAPI ::std::optional<::Scripting::PropertyOutOfBoundsError> validate()
const;
41 MCAPI static ::Scripting::InterfaceBinding bind();