Package net.minecraft.client.sound
Class EndLightFlashSoundInstance
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.MovingSoundInstance
net.minecraft.client.sound.EndLightFlashSoundInstance
- All Implemented Interfaces:
SoundInstance,TickableSoundInstance
- Mappings:
Namespace Name named net/minecraft/client/sound/EndLightFlashSoundInstanceintermediary net/minecraft/class_11747official ify
-
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, category, id, pitch, random, relative, repeat, repeatDelay, sound, volume, x, y, z -
Constructor Summary
ConstructorsConstructorDescriptionEndLightFlashSoundInstance(SoundEvent soundEvent, SoundCategory category, Random random, Camera camera, float rotationDegreesX, float rotationDegreesY) -
Method Summary
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, isRelative, 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, isRelative, isRepeatable, shouldAlwaysPlay
-
Field Details
-
camera
- Mappings:
Namespace Name Mixin selector named cameraLnet/minecraft/client/sound/EndLightFlashSoundInstance;camera:Lnet/minecraft/client/render/Camera;intermediary field_62051Lnet/minecraft/class_11747;field_62051:Lnet/minecraft/class_4184;official nLify;n:Lfzh;
-
lightFlashPitch
private final float lightFlashPitch- Mappings:
Namespace Name Mixin selector named lightFlashPitchLnet/minecraft/client/sound/EndLightFlashSoundInstance;lightFlashPitch:Fintermediary field_62052Lnet/minecraft/class_11747;field_62052:Fofficial oLify;o:F
-
lightFlashYaw
private final float lightFlashYaw- Mappings:
Namespace Name Mixin selector named lightFlashYawLnet/minecraft/client/sound/EndLightFlashSoundInstance;lightFlashYaw:Fintermediary field_62053Lnet/minecraft/class_11747;field_62053:Fofficial pLify;p:F
-
-
Constructor Details
-
EndLightFlashSoundInstance
public EndLightFlashSoundInstance(SoundEvent soundEvent, SoundCategory category, Random random, Camera camera, float rotationDegreesX, float rotationDegreesY) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/sound/EndLightFlashSoundInstance;<init>(Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;Lnet/minecraft/util/math/random/Random;Lnet/minecraft/client/render/Camera;FF)Vintermediary <init>Lnet/minecraft/class_11747;<init>(Lnet/minecraft/class_3414;Lnet/minecraft/class_3419;Lnet/minecraft/class_5819;Lnet/minecraft/class_4184;FF)Vofficial <init>Lify;<init>(Lbcd;Lbcf;Lbfq;Lfzh;FF)V
-
-
Method Details
-
update
private void update()- Mappings:
Namespace Name Mixin selector named updateLnet/minecraft/client/sound/EndLightFlashSoundInstance;update()Vintermediary method_73254Lnet/minecraft/class_11747;method_73254()Vofficial oLify;o()V
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/client/sound/TickableSoundInstance;tick()Vintermediary method_16896Lnet/minecraft/class_1117;method_16896()Vofficial qLigl;q()V
-