Package net.minecraft.client.sound
Interface TickableSoundInstance
- All Superinterfaces:
SoundInstance,Tickable
- All Known Implementing Classes:
GuardianAttackSoundInstance,MinecartMovingSoundInstance,MinecartSoundInstance,MovingSoundInstance
@Environment(CLIENT) public interface TickableSoundInstance extends SoundInstance, Tickable
- Mappings:
Namespace Name official bpkintermediary net/minecraft/class_1313named net/minecraft/client/sound/TickableSoundInstance
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType -
Method Summary
Modifier and Type Method Description booleanisDone()Methods inherited from interface net.minecraft.client.sound.SoundInstance
getAttenuationType, getIdentifier, getPitch, getRepeatDelay, getVolume, getX, getY, getZ, isRepeatable
-
Method Details
-
isDone
boolean isDone()- Mappings:
Namespace Name Mixin selector official kLbpk;k()Zintermediary method_4547Lnet/minecraft/class_1313;method_4547()Znamed isDoneLnet/minecraft/client/sound/TickableSoundInstance;isDone()Z
-