17struct ScriptPlayerSoundOptions {
21 ::ll::TypedStorage<4, 16, ::std::optional<::Vec3>> mLocation;
22 ::ll::TypedStorage<4, 8, ::std::optional<float>> mVolume;
23 ::ll::TypedStorage<4, 8, ::std::optional<float>> mPitch;
28 ScriptPlayerSoundOptions();
35 MCAPI
float getPitch()
const;
37 MCAPI
float getVolume()
const;
39 MCAPI ::std::optional<::Scripting::Error> validate()
const;
45 MCAPI static ::Scripting::InterfaceBinding bind();