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
- Direct Known Subclasses:
MinecartInsideSoundInstance
- Mappings:
Namespace Name named net/minecraft/client/sound/HappyGhastRidingSoundInstanceintermediary net/minecraft/class_11263official ijo
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Entityprivate final booleanprivate final floatprivate final floatprivate final floatprivate 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, Entity entity, boolean bool, SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3, float float4) -
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
getAttenuationType, getCategory, getId, getPitch, getRepeatDelay, getSound, getSoundSet, getVolume, getX, getY, getZ, isRelative, isRepeatable
-
Field Details
-
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 nLijo;n:Ldcb;
-
field_63920
- Mappings:
Namespace Name Mixin selector named field_63920Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;field_63920:Lnet/minecraft/entity/Entity;intermediary field_63920Lnet/minecraft/class_11263;field_63920:Lnet/minecraft/class_1297;official oLijo;o:Lcgd;
-
field_63921
private final boolean field_63921- Mappings:
Namespace Name Mixin selector named field_63921Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;field_63921:Zintermediary field_63921Lnet/minecraft/class_11263;field_63921:Zofficial pLijo;p:Z
-
field_63922
private final float field_63922- Mappings:
Namespace Name Mixin selector named field_63922Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;field_63922:Fintermediary field_63922Lnet/minecraft/class_11263;field_63922:Fofficial qLijo;q:F
-
field_63923
private final float field_63923- Mappings:
Namespace Name Mixin selector named field_63923Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;field_63923:Fintermediary field_63923Lnet/minecraft/class_11263;field_63923:Fofficial rLijo;r:F
-
field_63924
private final float field_63924- Mappings:
Namespace Name Mixin selector named field_63924Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;field_63924:Fintermediary field_63924Lnet/minecraft/class_11263;field_63924:Fofficial sLijo;s:F
-
-
Constructor Details
-
HappyGhastRidingSoundInstance
public HappyGhastRidingSoundInstance(PlayerEntity player, Entity entity, boolean bool, SoundEvent soundEvent, SoundCategory soundCategory, float float2, float float3, float float4) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;<init>(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/Entity;ZLnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;FFF)Vintermediary <init>Lnet/minecraft/class_11263;<init>(Lnet/minecraft/class_1657;Lnet/minecraft/class_1297;ZLnet/minecraft/class_3414;Lnet/minecraft/class_3419;FFF)Vofficial <init>Lijo;<init>(Ldcb;Lcgd;ZLbdd;Lbdf;FFF)V
-
-
Method Details
-
canPlay
public boolean canPlay()- Mappings:
Namespace Name Mixin selector named canPlayLnet/minecraft/client/sound/SoundInstance;canPlay()Zintermediary method_26273Lnet/minecraft/class_1113;method_26273()Zofficial sLijv;s()Z
-
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 rLijv;r()Z
-
method_75841
protected boolean method_75841()- Mappings:
Namespace Name Mixin selector named method_75841Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;method_75841()Zintermediary method_75841Lnet/minecraft/class_11263;method_75841()Zofficial oLijo;o()Z
-
method_75842
protected float method_75842()- Mappings:
Namespace Name Mixin selector named method_75842Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;method_75842()Fintermediary method_75842Lnet/minecraft/class_11263;method_75842()Fofficial pLijo;p()F
-
method_75843
protected boolean method_75843()- Mappings:
Namespace Name Mixin selector named method_75843Lnet/minecraft/client/sound/HappyGhastRidingSoundInstance;method_75843()Zintermediary method_75843Lnet/minecraft/class_11263;method_75843()Zofficial tLijo;t()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 qLijw;q()V
-