-
Returns the enum constant of this class with the specified name.
SoundInstance.AttenuationType.values()
Returns an array containing the constants of this enum class, in
the order they are declared.
private
PositionedSoundInstance(SoundEvent sound,
SoundCategory category,
float volume,
float pitch,
Random random,
boolean repeat,
int repeatDelay,
SoundInstance.AttenuationType attenuationType,
double x,
double y,
double z)
PositionedSoundInstance(Identifier id,
SoundCategory category,
float volume,
float pitch,
Random random,
boolean repeat,
int repeatDelay,
SoundInstance.AttenuationType attenuationType,
double x,
double y,
double z,
boolean relative)