net.minecraft.client.sound

public interface SoundInstance

net.minecraft.client.resources.sounds.SoundInstance
net.minecraft.class_1113
net.minecraft.client.sound.SoundInstance

Method summary

Modifier and TypeMethod
Identifier
getIdentifier()
method_4775()
getId()
WeightedSoundSet
resolve(SoundManager soundManager)
method_4783(class_1144 arg0)
getSoundSet(SoundManager soundManager)
Sound
getSound()
method_4776()
getSound()
SoundCategory
getSource()
method_4774()
getCategory()
boolean
isLooping()
method_4786()
isRepeatable()
boolean
isRelative()
method_4787()
isRelative()
int
getDelay()
method_4780()
getRepeatDelay()
float
getVolume()
method_4781()
getVolume()
float
getPitch()
method_4782()
getPitch()
double
getX()
method_4784()
getX()
double
getY()
method_4779()
getY()
double
getZ()
method_4778()
getZ()
SoundInstance$AttenuationType
getAttenuation()
method_4777()
getAttenuationType()
default boolean
canStartSilent()
method_4785()
shouldAlwaysPlay()
default boolean
canPlaySound()
method_26273()
canPlay()
static Random
createUnseededRandom()
method_43221()
createRandom()