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/HappyGhastRidingSoundInstanceintermediary net/minecraft/class_11263official igd
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final floatprivate static final floatprivate final HappyGhastEntityprivate final PlayerEntityFields 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, 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
-
Field Details
-
field_59985
private static final float field_59985- See Also:
- Mappings:
Namespace Name Mixin selector named field_59985Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;field_59985:Fintermediary field_59985Lnet/minecraft/class_11263;field_59985:Fofficial nLigd;n:F
-
field_59986
private static final float field_59986- See Also:
- Mappings:
Namespace Name Mixin selector named field_59986Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;field_59986:Fintermediary field_59986Lnet/minecraft/class_11263;field_59986:Fofficial oLigd;o:F
-
player
- Mappings:
Namespace Name Mixin selector named playerLnet/minecraft/client/sound/HappyGhastRidingSoundInstance;player:Lnet/minecraft/entity/player/PlayerEntity;intermediary field_59987Lnet/minecraft/class_11263;field_59987:Lnet/minecraft/class_1657;official pLigd;p:Lczl;
-
happyGhast
- Mappings:
Namespace Name Mixin selector named happyGhastLnet/minecraft/client/sound/HappyGhastRidingSoundInstance;happyGhast:Lnet/minecraft/entity/passive/HappyGhastEntity;intermediary field_59988Lnet/minecraft/class_11263;field_59988:Lnet/minecraft/class_11187;official qLigd;q:Lcrg;
-
-
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;)Vintermediary <init>Lnet/minecraft/class_11263;<init>(Lnet/minecraft/class_1657;Lnet/minecraft/class_11187;)Vofficial <init>Ligd;<init>(Lczl;Lcrg;)V
-
-
Method Details
-
shouldAlwaysPlay
public boolean shouldAlwaysPlay()- Mappings:
Namespace Name Mixin selector named shouldAlwaysPlayLnet/minecraft/client/sound/SoundInstance;shouldAlwaysPlay()Zintermediary method_4785Lnet/minecraft/class_1113;method_4785()Zofficial rLigk;r()Z
-
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
-