Package net.minecraft.client.sound
Class AbstractSoundInstance
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
- All Implemented Interfaces:
SoundInstance
- Direct Known Subclasses:
MovingSoundInstance,PositionedSoundInstance
@Environment(CLIENT)
public abstract class AbstractSoundInstance
extends Object
implements SoundInstance
- Mappings:
Namespace Name official cxtintermediary net/minecraft/class_1891named net/minecraft/client/sound/AbstractSoundInstance
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected class_1901protected final Identifierprotected floatprotected booleanprotected intprotected floatprotected floatprotected floatprotected float -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
identifier
- Mappings:
Namespace Name Mixin selector official aLcxt;a:Loa;intermediary field_8135Lnet/minecraft/class_1891;field_8135:Lnet/minecraft/class_1653;named identifierLnet/minecraft/client/sound/AbstractSoundInstance;identifier:Lnet/minecraft/util/Identifier;
-
volume
protected float volume- Mappings:
Namespace Name Mixin selector official bLcxt;b:Fintermediary field_8136Lnet/minecraft/class_1891;field_8136:Fnamed volumeLnet/minecraft/client/sound/AbstractSoundInstance;volume:F
-
pitch
protected float pitch- Mappings:
Namespace Name Mixin selector official cLcxt;c:Fintermediary field_8137Lnet/minecraft/class_1891;field_8137:Fnamed pitchLnet/minecraft/client/sound/AbstractSoundInstance;pitch:F
-
x
protected float x- Mappings:
Namespace Name Mixin selector official dLcxt;d:Fintermediary field_8138Lnet/minecraft/class_1891;field_8138:Fnamed xLnet/minecraft/client/sound/AbstractSoundInstance;x:F
-
y
protected float y- Mappings:
Namespace Name Mixin selector official eLcxt;e:Fintermediary field_8139Lnet/minecraft/class_1891;field_8139:Fnamed yLnet/minecraft/client/sound/AbstractSoundInstance;y:F
-
z
protected float z- Mappings:
Namespace Name Mixin selector official fLcxt;f:Fintermediary field_8140Lnet/minecraft/class_1891;field_8140:Fnamed zLnet/minecraft/client/sound/AbstractSoundInstance;z:F
-
repeat
protected boolean repeat- Mappings:
Namespace Name Mixin selector official gLcxt;g:Zintermediary field_8141Lnet/minecraft/class_1891;field_8141:Znamed repeatLnet/minecraft/client/sound/AbstractSoundInstance;repeat:Z
-
repeatDelay
protected int repeatDelay- Mappings:
Namespace Name Mixin selector official hLcxt;h:Iintermediary field_8142Lnet/minecraft/class_1891;field_8142:Inamed repeatDelayLnet/minecraft/client/sound/AbstractSoundInstance;repeatDelay:I
-
field_8143
- Mappings:
Namespace Name Mixin selector official iLcxt;i:Lcyf;intermediary field_8143Lnet/minecraft/class_1891;field_8143:Lnet/minecraft/class_1901;named field_8143Lnet/minecraft/client/sound/AbstractSoundInstance;field_8143:Lnet/minecraft/client/class_1901;
-
-
Constructor Details
-
AbstractSoundInstance
- Mappings:
Namespace Name Mixin selector official <init>Lcxt;<init>(Loa;)Vintermediary <init>Lnet/minecraft/class_1891;<init>(Lnet/minecraft/class_1653;)Vnamed <init>Lnet/minecraft/client/sound/AbstractSoundInstance;<init>(Lnet/minecraft/util/Identifier;)V
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin interfaceSoundInstance- Mappings:
Namespace Name Mixin selector official aLcye;a()Loa;intermediary method_7073Lnet/minecraft/class_1900;method_7073()Lnet/minecraft/class_1653;named getIdentifierLnet/minecraft/client/sound/SoundInstance;getIdentifier()Lnet/minecraft/util/Identifier;
-
isRepeatable
public boolean isRepeatable()- Specified by:
isRepeatablein interfaceSoundInstance- Mappings:
Namespace Name Mixin selector official bLcye;b()Zintermediary method_7074Lnet/minecraft/class_1900;method_7074()Znamed isRepeatableLnet/minecraft/client/sound/SoundInstance;isRepeatable()Z
-
getRepeatDelay
public int getRepeatDelay()- Specified by:
getRepeatDelayin interfaceSoundInstance- Mappings:
Namespace Name Mixin selector official dLcye;d()Iintermediary method_7075Lnet/minecraft/class_1900;method_7075()Inamed getRepeatDelayLnet/minecraft/client/sound/SoundInstance;getRepeatDelay()I
-
getVolume
public float getVolume()- Specified by:
getVolumein interfaceSoundInstance- Mappings:
Namespace Name Mixin selector official eLcye;e()Fintermediary method_7076Lnet/minecraft/class_1900;method_7076()Fnamed getVolumeLnet/minecraft/client/sound/SoundInstance;getVolume()F
-
getPitch
public float getPitch()- Specified by:
getPitchin interfaceSoundInstance- Mappings:
Namespace Name Mixin selector official fLcye;f()Fintermediary method_7077Lnet/minecraft/class_1900;method_7077()Fnamed getPitchLnet/minecraft/client/sound/SoundInstance;getPitch()F
-
getX
public float getX()- Specified by:
getXin interfaceSoundInstance- Mappings:
Namespace Name Mixin selector official gLcye;g()Fintermediary method_7078Lnet/minecraft/class_1900;method_7078()Fnamed getXLnet/minecraft/client/sound/SoundInstance;getX()F
-
getY
public float getY()- Specified by:
getYin interfaceSoundInstance- Mappings:
Namespace Name Mixin selector official hLcye;h()Fintermediary method_7079Lnet/minecraft/class_1900;method_7079()Fnamed getYLnet/minecraft/client/sound/SoundInstance;getY()F
-
getZ
public float getZ()- Specified by:
getZin interfaceSoundInstance- Mappings:
Namespace Name Mixin selector official iLcye;i()Fintermediary method_7080Lnet/minecraft/class_1900;method_7080()Fnamed getZLnet/minecraft/client/sound/SoundInstance;getZ()F
-
method_7081
- Specified by:
method_7081in interfaceSoundInstance- Mappings:
Namespace Name Mixin selector official jLcye;j()Lcyf;intermediary method_7081Lnet/minecraft/class_1900;method_7081()Lnet/minecraft/class_1901;named method_7081Lnet/minecraft/client/sound/SoundInstance;method_7081()Lnet/minecraft/client/class_1901;
-