Package net.minecraft.client.sound
Interface SoundInstance
- All Known Subinterfaces:
TickableSoundInstance
- All Known Implementing Classes:
AbstractSoundInstance,GuardianAttackSoundInstance,MinecartMovingSoundInstance,MinecartSoundInstance,MovingSoundInstance,PositionedSoundInstance
- Mappings:
Namespace Name official bpjintermediary net/minecraft/class_1900named net/minecraft/client/sound/SoundInstance
-
Method Details
-
getIdentifier
Identifier getIdentifier()- Mappings:
Namespace Name Mixin selector official aLbpj;a()Ljy;intermediary method_7073Lnet/minecraft/class_1900;method_7073()Lnet/minecraft/class_1653;named getIdentifierLnet/minecraft/client/sound/SoundInstance;getIdentifier()Lnet/minecraft/util/Identifier;
-
isRepeatable
boolean isRepeatable()- Mappings:
Namespace Name Mixin selector official bLbpj;b()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 dLbpj;d()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 eLbpj;e()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 fLbpj;f()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 gLbpj;g()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 hLbpj;h()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 iLbpj;i()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 jLbpj;j()Lbpj$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;
-