18 ::ll::TypedStorage<4, 8, ::std::optional<float>> mVolume;
19 ::ll::TypedStorage<4, 8, ::std::optional<float>> mFade;
20 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mLoop;
26 MCFOLD
float getFade()
const;
28 MCAPI
bool getLoop()
const;
30 MCFOLD
float getVolume()
const;
32 MCAPI ::std::optional<::Scripting::PropertyOutOfBoundsError> validate()
const;
38 MCAPI static ::Scripting::ClassBinding bindV010();
40 MCAPI static ::Scripting::InterfaceBinding bindV1();
46 MCAPI
static float const& FADE_DEFAULT();
48 MCAPI
static bool const& LOOP_DEFAULT();
50 MCAPI
static float const& VOLUME_DEFAULT();