Package net.minecraft.client.sound
Interface SoundInstance
- All Known Subinterfaces:
TickableSoundInstance
- All Known Implementing Classes:
AbstractSoundInstance,class_2905,GuardianAttackSoundInstance,MinecartMovingSoundInstance,MinecartSoundInstance,MovingSoundInstance,PositionedSoundInstance
- Mappings:
Namespace Name official cccintermediary net/minecraft/class_1900named net/minecraft/client/sound/SoundInstance
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfloatgetPitch()intfloatfloatgetX()floatgetY()floatgetZ()booleanmethod_12532(SoundManager soundManager)
-
Method Details
-
getIdentifier
Identifier getIdentifier()- Mappings:
Namespace Name Mixin selector official aLccc;a()Lkq;intermediary method_7073Lnet/minecraft/class_1900;method_7073()Lnet/minecraft/class_1653;named getIdentifierLnet/minecraft/client/sound/SoundInstance;getIdentifier()Lnet/minecraft/util/Identifier;
-
method_12532
- Mappings:
Namespace Name Mixin selector official aLccc;a(Lccs;)Lccu;intermediary method_12532Lnet/minecraft/class_1900;method_12532(Lnet/minecraft/class_1909;)Lnet/minecraft/class_1915;named method_12532Lnet/minecraft/client/sound/SoundInstance;method_12532(Lnet/minecraft/client/sound/SoundManager;)Lnet/minecraft/client/sound/SoundContainerImpl;
-
method_12533
class_2906 method_12533()- Mappings:
Namespace Name Mixin selector official bLccc;b()Lcbz;intermediary method_12533Lnet/minecraft/class_1900;method_12533()Lnet/minecraft/class_2906;named method_12533Lnet/minecraft/client/sound/SoundInstance;method_12533()Lnet/minecraft/client/class_2906;
-
method_12534
SoundCategory method_12534()- Mappings:
Namespace Name Mixin selector official cLccc;c()Lno;intermediary method_12534Lnet/minecraft/class_1900;method_12534()Lnet/minecraft/class_2153;named method_12534Lnet/minecraft/client/sound/SoundInstance;method_12534()Lnet/minecraft/client/sound/SoundCategory;
-
isRepeatable
boolean isRepeatable()- Mappings:
Namespace Name Mixin selector official dLccc;d()Zintermediary method_7074Lnet/minecraft/class_1900;method_7074()Znamed isRepeatableLnet/minecraft/client/sound/SoundInstance;isRepeatable()Z
-
getRepeatDelay
int getRepeatDelay()- Mappings:
Namespace Name Mixin selector official eLccc;e()Iintermediary method_7075Lnet/minecraft/class_1900;method_7075()Inamed getRepeatDelayLnet/minecraft/client/sound/SoundInstance;getRepeatDelay()I
-
getVolume
float getVolume()- Mappings:
Namespace Name Mixin selector official fLccc;f()Fintermediary method_7076Lnet/minecraft/class_1900;method_7076()Fnamed getVolumeLnet/minecraft/client/sound/SoundInstance;getVolume()F
-
getPitch
float getPitch()- Mappings:
Namespace Name Mixin selector official gLccc;g()Fintermediary method_7077Lnet/minecraft/class_1900;method_7077()Fnamed getPitchLnet/minecraft/client/sound/SoundInstance;getPitch()F
-
getX
float getX()- Mappings:
Namespace Name Mixin selector official hLccc;h()Fintermediary method_7078Lnet/minecraft/class_1900;method_7078()Fnamed getXLnet/minecraft/client/sound/SoundInstance;getX()F
-
getY
float getY()- Mappings:
Namespace Name Mixin selector official iLccc;i()Fintermediary method_7079Lnet/minecraft/class_1900;method_7079()Fnamed getYLnet/minecraft/client/sound/SoundInstance;getY()F
-
getZ
float getZ()- Mappings:
Namespace Name Mixin selector official jLccc;j()Fintermediary method_7080Lnet/minecraft/class_1900;method_7080()Fnamed getZLnet/minecraft/client/sound/SoundInstance;getZ()F
-
getAttenuationType
SoundInstance.AttenuationType getAttenuationType()- Mappings:
Namespace Name Mixin selector official kLccc;k()Lccc$a;intermediary method_7081Lnet/minecraft/class_1900;method_7081()Lnet/minecraft/class_1900$class_1901;named getAttenuationTypeLnet/minecraft/client/sound/SoundInstance;getAttenuationType()Lnet/minecraft/client/sound/SoundInstance$AttenuationType;
-