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:
class_2905,GuardianAttackSoundInstance,MinecartMovingSoundInstance,MinecartSoundInstance
@Environment(CLIENT)
public abstract class MovingSoundInstance
extends AbstractSoundInstance
implements TickableSoundInstance
- Mappings:
Namespace Name official cgkintermediary net/minecraft/class_1892named net/minecraft/client/sound/MovingSoundInstance
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType -
Field Summary
FieldsFields inherited from class net.minecraft.client.sound.AbstractSoundInstance
attenuationType, field_13678, field_13679, identifier, pitch, repeat, repeatDelay, volume, x, y, z -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMovingSoundInstance(SoundEvent soundEvent, SoundCategory soundCategory) -
Method Summary
Methods inherited from class net.minecraft.client.sound.AbstractSoundInstance
getAttenuationType, getIdentifier, getPitch, getRepeatDelay, getVolume, getX, getY, getZ, isRepeatable, method_12532, method_12533, method_12534Methods 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, method_12532, method_12533, method_12534
-
Field Details
-
done
protected boolean done- Mappings:
Namespace Name Mixin selector official lLcgk;l:Zintermediary field_8144Lnet/minecraft/class_1892;field_8144:Znamed doneLnet/minecraft/client/sound/MovingSoundInstance;done:Z
-
-
Constructor Details
-
MovingSoundInstance
-
-
Method Details
-
isDone
public boolean isDone()- Specified by:
isDonein interfaceTickableSoundInstance- Mappings:
Namespace Name Mixin selector official mLcgu;m()Zintermediary method_7083Lnet/minecraft/class_1902;method_7083()Znamed isDoneLnet/minecraft/client/sound/TickableSoundInstance;isDone()Z
-