Package net.minecraft.client.sound
Interface TickableSoundInstance
- All Superinterfaces:
SoundInstance
- All Known Implementing Classes:
AbstractBeeSoundInstance
,AggressiveBeeSoundInstance
,AmbientSoundLoops.MusicLoop
,AmbientSoundLoops.Underwater
,BiomeEffectSoundPlayer.MusicLoop
,ElytraSoundInstance
,EntityTrackingSoundInstance
,GuardianAttackSoundInstance
,MinecartInsideSoundInstance
,MovingMinecartSoundInstance
,MovingSoundInstance
,PassiveBeeSoundInstance
,SnifferDigSoundInstance
- Mappings:
Namespace Name official gcn
intermediary net/minecraft/class_1117
named net/minecraft/client/sound/TickableSoundInstance
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType
-
Method Summary
Methods inherited from interface net.minecraft.client.sound.SoundInstance
canPlay, getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isRelative, isRepeatable, shouldAlwaysPlay
-
Method Details
-
isDone
boolean isDone()- Mappings:
Namespace Name Mixin selector official m
Lgcn;m()Z
intermediary method_4793
Lnet/minecraft/class_1117;method_4793()Z
named isDone
Lnet/minecraft/client/sound/TickableSoundInstance;isDone()Z
-
tick
void tick()- Mappings:
Namespace Name Mixin selector official q
Lgcn;q()V
intermediary method_16896
Lnet/minecraft/class_1117;method_16896()V
named tick
Lnet/minecraft/client/sound/TickableSoundInstance;tick()V
-