Package net.minecraft.client.sound
Class HappyGhastRidingSoundInstance
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.MovingSoundInstance
net.minecraft.client.sound.HappyGhastRidingSoundInstance
- All Implemented Interfaces:
SoundInstance
,TickableSoundInstance
- Mappings:
Namespace Name named net/minecraft/client/sound/HappyGhastRidingSoundInstance
intermediary net/minecraft/class_11263
official hvk
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final float
private static final float
private final HappyGhastEntity
private final PlayerEntity
Fields inherited from class net.minecraft.client.sound.AbstractSoundInstance
attenuationType, category, id, pitch, random, relative, repeat, repeatDelay, sound, volume, x, y, z
-
Constructor Summary
ConstructorsConstructorDescriptionHappyGhastRidingSoundInstance
(PlayerEntity player, HappyGhastEntity happyGhast) -
Method Summary
Methods inherited from class net.minecraft.client.sound.MovingSoundInstance
isDone, setDone
Methods inherited from class net.minecraft.client.sound.AbstractSoundInstance
getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isRelative, isRepeatable, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.client.sound.SoundInstance
canPlay, getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isRelative, isRepeatable
-
Field Details
-
field_59985
private static final float field_59985- See Also:
- Mappings:
Namespace Name Mixin selector named field_59985
Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;field_59985:F
intermediary field_59985
Lnet/minecraft/class_11263;field_59985:F
official n
Lhvk;n:F
-
field_59986
private static final float field_59986- See Also:
- Mappings:
Namespace Name Mixin selector named field_59986
Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;field_59986:F
intermediary field_59986
Lnet/minecraft/class_11263;field_59986:F
official o
Lhvk;o:F
-
player
- Mappings:
Namespace Name Mixin selector named player
Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;player:Lnet/minecraft/entity/player/PlayerEntity;
intermediary field_59987
Lnet/minecraft/class_11263;field_59987:Lnet/minecraft/class_1657;
official p
Lhvk;p:Lcut;
-
happyGhast
- Mappings:
Namespace Name Mixin selector named happyGhast
Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;happyGhast:Lnet/minecraft/entity/passive/HappyGhastEntity;
intermediary field_59988
Lnet/minecraft/class_11263;field_59988:Lnet/minecraft/class_11187;
official q
Lhvk;q:Lcmt;
-
-
Constructor Details
-
HappyGhastRidingSoundInstance
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;<init>(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/passive/HappyGhastEntity;)V
intermediary <init>
Lnet/minecraft/class_11263;<init>(Lnet/minecraft/class_1657;Lnet/minecraft/class_11187;)V
official <init>
Lhvk;<init>(Lcut;Lcmt;)V
-
-
Method Details
-
shouldAlwaysPlay
public boolean shouldAlwaysPlay()- Mappings:
Namespace Name Mixin selector named shouldAlwaysPlay
Lnet/minecraft/client/sound/SoundInstance;shouldAlwaysPlay()Z
intermediary method_4785
Lnet/minecraft/class_1113;method_4785()Z
official r
Lhvr;r()Z
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector named tick
Lnet/minecraft/client/sound/TickableSoundInstance;tick()V
intermediary method_16896
Lnet/minecraft/class_1117;method_16896()V
official q
Lhvs;q()V
-