Package net.minecraft.client.sound
Class MinecartMovingSoundInstance
java.lang.Object
net.minecraft.client.sound.AbstractSoundInstance
net.minecraft.client.sound.MovingSoundInstance
net.minecraft.client.sound.MinecartMovingSoundInstance
- All Implemented Interfaces:
SoundInstance,TickableSoundInstance,Tickable
@Environment(CLIENT) public class MinecartMovingSoundInstance extends MovingSoundInstance
- Mappings:
Namespace Name official bpdintermediary net/minecraft/class_1303named net/minecraft/client/sound/MinecartMovingSoundInstance
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.sound.SoundInstance
SoundInstance.AttenuationType -
Field Summary
Fields Modifier and Type Field Description private floatfield_5411private AbstractMinecartEntityminecartFields inherited from class net.minecraft.client.sound.MovingSoundInstance
doneFields inherited from class net.minecraft.client.sound.AbstractSoundInstance
attenuationType, identifier, pitch, repeat, repeatDelay, volume, x, y, z -
Constructor Summary
Constructors Constructor Description MinecartMovingSoundInstance(AbstractMinecartEntity minecart) -
Method Summary
Modifier and Type Method Description voidtick()Methods inherited from class net.minecraft.client.sound.MovingSoundInstance
isDoneMethods inherited from class net.minecraft.client.sound.AbstractSoundInstance
getAttenuationType, getIdentifier, getPitch, getRepeatDelay, getVolume, getX, getY, getZ, isRepeatableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.sound.SoundInstance
getAttenuationType, getIdentifier, getPitch, getRepeatDelay, getVolume, getX, getY, getZ, isRepeatable
-
Field Details
-
minecart
- Mappings:
Namespace Name Mixin selector official kLbpd;k:Lva;intermediary field_5410Lnet/minecraft/class_1303;field_5410:Lnet/minecraft/class_1895;named minecartLnet/minecraft/client/sound/MinecartMovingSoundInstance;minecart:Lnet/minecraft/entity/vehicle/AbstractMinecartEntity;
-
field_5411
private float field_5411- Mappings:
Namespace Name Mixin selector official lLbpd;l:Fintermediary field_5411Lnet/minecraft/class_1303;field_5411:Fnamed field_5411Lnet/minecraft/client/sound/MinecartMovingSoundInstance;field_5411:F
-
-
Constructor Details
-
MinecartMovingSoundInstance
- Mappings:
Namespace Name Mixin selector official <init>Lbpd;<init>(Lva;)Vintermediary <init>Lnet/minecraft/class_1303;<init>(Lnet/minecraft/class_1895;)Vnamed <init>Lnet/minecraft/client/sound/MinecartMovingSoundInstance;<init>(Lnet/minecraft/entity/vehicle/AbstractMinecartEntity;)V
-
-
Method Details
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official cLkm;c()Vintermediary method_5945Lnet/minecraft/class_1618;method_5945()Vnamed tickLnet/minecraft/util/Tickable;tick()V
-