Package net.minecraft.client.sound
Class ElytraSoundInstance
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.MovingSoundInstance
net.minecraft.client.sound.ElytraSoundInstance
- All Implemented Interfaces:
SoundInstance,TickableSoundInstance
@Environment(CLIENT) public class ElytraSoundInstance extends MovingSoundInstance
- Mappings:
Namespace Name official eyjintermediary net/minecraft/class_1103named net/minecraft/client/sound/ElytraSoundInstance
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType -
Field Summary
Fields Modifier and Type Field Description static intfield_32996private ClientPlayerEntityplayerprivate inttickCountFields inherited from class net.minecraft.client.sound.AbstractSoundInstance
attenuationType, category, id, looping, pitch, repeat, repeatDelay, sound, volume, x, y, z -
Constructor Summary
Constructors Constructor Description ElytraSoundInstance(ClientPlayerEntity player) -
Method Summary
Modifier and Type Method Description voidtick()Methods inherited from class net.minecraft.client.sound.MovingSoundInstance
isDone, setDoneMethods inherited from class net.minecraft.client.sound.AbstractSoundInstance
getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isLooping, isRepeatable, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.client.sound.SoundInstance
canPlay, getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isLooping, isRepeatable, shouldAlwaysPlay
-
Field Details
-
field_32996
public static final int field_32996- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official mLeyj;m:Iintermediary field_32996Lnet/minecraft/class_1103;field_32996:Inamed field_32996Lnet/minecraft/client/sound/ElytraSoundInstance;field_32996:I
-
player
- Mappings:
Namespace Name Mixin selector official nLeyj;n:Lekt;intermediary field_5452Lnet/minecraft/class_1103;field_5452:Lnet/minecraft/class_746;named playerLnet/minecraft/client/sound/ElytraSoundInstance;player:Lnet/minecraft/client/network/ClientPlayerEntity;
-
tickCount
private int tickCount- Mappings:
Namespace Name Mixin selector official oLeyj;o:Iintermediary field_5453Lnet/minecraft/class_1103;field_5453:Inamed tickCountLnet/minecraft/client/sound/ElytraSoundInstance;tickCount:I
-
-
Constructor Details
-
ElytraSoundInstance
- Mappings:
Namespace Name Mixin selector official <init>Leyj;<init>(Lekt;)Vintermediary <init>Lnet/minecraft/class_1103;<init>(Lnet/minecraft/class_746;)Vnamed <init>Lnet/minecraft/client/sound/ElytraSoundInstance;<init>(Lnet/minecraft/client/network/ClientPlayerEntity;)V
-
-
Method Details
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official qLeyt;q()Vintermediary method_16896Lnet/minecraft/class_1117;method_16896()Vnamed tickLnet/minecraft/client/sound/TickableSoundInstance;tick()V
-