Package net.minecraft.client.sound
Class MovingSoundInstance
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.MovingSoundInstance
- All Implemented Interfaces:
SoundInstance,TickableSoundInstance,Tickable
- Direct Known Subclasses:
GuardianAttackSoundInstance,MinecartMovingSoundInstance,MinecartSoundInstance
@Environment(CLIENT) public abstract class MovingSoundInstance extends AbstractSoundInstance implements TickableSoundInstance
- Mappings:
Namespace Name official bpbintermediary net/minecraft/class_1301named net/minecraft/client/sound/MovingSoundInstance
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType -
Field Summary
Fields Modifier and Type Field Description protected booleandoneFields inherited from class net.minecraft.client.sound.AbstractSoundInstance
attenuationType, identifier, pitch, repeat, repeatDelay, volume, x, y, z -
Constructor Summary
Constructors Modifier Constructor Description protectedMovingSoundInstance(Identifier identifier) -
Method Summary
Modifier and Type Method Description booleanisDone()Methods inherited from class net.minecraft.client.sound.AbstractSoundInstance
getAttenuationType, getIdentifier, getPitch, getRepeatDelay, getVolume, getX, getY, getZ, isRepeatableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.sound.SoundInstance
getAttenuationType, getIdentifier, getPitch, getRepeatDelay, getVolume, getX, getY, getZ, isRepeatable
-
Field Details
-
done
protected boolean done- Mappings:
Namespace Name Mixin selector official jLbpb;j:Zintermediary field_5408Lnet/minecraft/class_1301;field_5408:Znamed doneLnet/minecraft/client/sound/MovingSoundInstance;done:Z
-
-
Constructor Details
-
MovingSoundInstance
- Mappings:
Namespace Name Mixin selector official <init>Lbpa;<init>(Ljy;)Vintermediary <init>Lnet/minecraft/class_1300;<init>(Lnet/minecraft/class_1605;)Vnamed <init>Lnet/minecraft/client/sound/AbstractSoundInstance;<init>(Lnet/minecraft/util/Identifier;)V
-
-
Method Details
-
isDone
public boolean isDone()- Specified by:
isDonein interfaceTickableSoundInstance- Mappings:
Namespace Name Mixin selector official kLbpk;k()Zintermediary method_4547Lnet/minecraft/class_1313;method_4547()Znamed isDoneLnet/minecraft/client/sound/TickableSoundInstance;isDone()Z
-